Html Css Color HEX #DDC005 Sunflower

📋 copy color: '#DDC005'

red 221 ◦ green 192 ◦ blue 5

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

Shades of Sunflower #DDC005

Tints of Sunflower #DDC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 52.87%
G = 45.93%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC005 (or 0xDDC005) is known color: Sunflower. HEX triplet: DD, C0 and 05. RGB value is (221,192,5). Sum of RGB (Red+Green+Blue) = 221+192+5=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC005 is #223FFA. Grayscale: #B4B4B4. Windows color (decimal): -2244603 or 377053. OLE color: 377053.

HSL color Cylindrical-coordinate representation of color #DDC005: hue angle of 51.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC005 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 5 -
CMYK 0 0.13 0.98 0.13
HSL 51.94º 0.96% 0.44% -
HSV(B) 51.94º 0.98% 0.87% -
XYZ 48.7 53.08 7.82 -
YUV 179.35 29.61 157.71 -
System Red Green Blue C M Y K H S L
Decimal 221 192 5 0 0.13 0.98 0.13 51.94 0.96 0.44
Hex DD C0 5 0 D 62 D 34 60 2C
Octal 335 300 5 0 15 142 15 64 140 54
Binary 11011101 11000000 101 0 1101 1100010 1101 110100 1100000 101100

Color Harmonies of #DDC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC005

Black with #DDC005

Text Example


Text Example

White with #DDC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC005; }

 p { color: rgb(221,192,5); }

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

background-color css

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

 a { background-color: rgb(221,192,5); }

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

border-color css

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

 span { border-color: rgb(221,192,5); }

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