Html Css Color HEX #DDC905 Sunflower

📋 copy color: '#DDC905'

red 221 ◦ green 201 ◦ blue 5

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

Shades of Sunflower #DDC905

Tints of Sunflower #DDC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

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

R = 51.76%
G = 47.07%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC905 (or 0xDDC905) is known color: Sunflower. HEX triplet: DD, C9 and 05. RGB value is (221,201,5). Sum of RGB (Red+Green+Blue) = 221+201+5=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC905 is #2236FA. Grayscale: #B9B9B9. Windows color (decimal): -2242299 or 379357. OLE color: 379357.

HSL color Cylindrical-coordinate representation of color #DDC905: hue angle of 54.44º 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 #DDC905 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 5 -
CMYK 0 0.09 0.98 0.13
HSL 54.44º 0.96% 0.44% -
HSV(B) 54.44º 0.98% 0.87% -
XYZ 50.73 57.16 8.5 -
YUV 184.64 26.63 153.94 -
System Red Green Blue C M Y K H S L
Decimal 221 201 5 0 0.09 0.98 0.13 54.44 0.96 0.44
Hex DD C9 5 0 9 62 D 36 60 2C
Octal 335 311 5 0 11 142 15 66 140 54
Binary 11011101 11001001 101 0 1001 1100010 1101 110110 1100000 101100

Color Harmonies of #DDC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC905

Black with #DDC905

Text Example


Text Example

White with #DDC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC905; }

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

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

background-color css

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

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

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

border-color css

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

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

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