Html Css Color HEX #DDDA3F Starship

📋 copy color: '#DDDA3F'

red 221 ◦ green 218 ◦ blue 63

#DDDA3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DDDA3F

Tints of Starship #DDDA3F

RGB

 RED value IS 221 (86.72% from 255) = 44.02%

 GREEN value IS 218 (85.55% from 255) = 43.43%

 BLUE value IS 63 (25% from 255) = 12.55%

R = 44.02%
G = 43.43%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDA3F (or 0xDDDA3F) is known color: Starship. HEX triplet: DD, DA and 3F. RGB value is (221,218,63). Sum of RGB (Red+Green+Blue) = 221+218+63=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA3F is #2225C0. Grayscale: #C9C9C9. Windows color (decimal): -2237889 or 4184797. OLE color: 4184797.

HSL color Cylindrical-coordinate representation of color #DDDA3F: hue angle of 58.86º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDDA3F is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 63 -
CMYK 0 0.01 0.71 0.13
HSL 58.86º 0.7% 0.56% -
HSV(B) 58.86º 0.71% 0.87% -
XYZ 55.79 65.87 14.48 -
YUV 201.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 221 218 63 0 0.01 0.71 0.13 58.86 0.7 0.56
Hex DD DA 3F 0 1 47 D 3B 46 38
Octal 335 332 77 0 1 107 15 73 106 70
Binary 11011101 11011010 111111 0 1 1000111 1101 111011 1000110 111000

Color Harmonies of #DDDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA3F

Black with #DDDA3F

Text Example


Text Example

White with #DDDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA3F; }

 p { color: rgb(221,218,63); }

 H1.HeaderClassName
 {
   color: #DDDA3F;
 }
 .AnyTagClassName
 {
   color: #DDDA3F;
 }
</style>

background-color css

<style>
 a { background-color: #DDDA3F; }

 a { background-color: rgb(221,218,63); }

 div.DivClassName
 {
   background-color: #DDDA3F;
 }
 .BgClassName
 {
   background-color: #DDDA3F;
 }
</style>

border-color css

<style>
 span { border-color: #DDDA3F; }

 span { border-color: rgb(221,218,63); }

 td.TdClassName
 {
   border-color: #DDDA3F;
 }
 .TagClassName
 {
   border-color: #DDDA3F;
 }
</style>