Html Css Color HEX #DDCD08 Sunflower

📋 copy color: '#DDCD08'

red 221 ◦ green 205 ◦ blue 8

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

Shades of Sunflower #DDCD08

Tints of Sunflower #DDCD08

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.24%

 BLUE value IS 8 (3.52% from 255) = 1.84%

R = 50.92%
G = 47.24%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDCD08 (or 0xDDCD08) is known color: Sunflower. HEX triplet: DD, CD and 08. RGB value is (221,205,8). Sum of RGB (Red+Green+Blue) = 221+205+8=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD08 is #2232F7. Grayscale: #BCBCBC. Windows color (decimal): -2241272 or 576989. OLE color: 576989.

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

Color convert

RGB 221 205 8 -
CMYK 0 0.07 0.96 0.13
HSL 55.49º 0.93% 0.45% -
HSV(B) 55.49º 0.96% 0.87% -
XYZ 51.69 59.05 8.9 -
YUV 187.33 26.8 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 205 8 0 0.07 0.96 0.13 55.49 0.93 0.45
Hex DD CD 8 0 7 60 D 37 5D 2D
Octal 335 315 10 0 7 140 15 67 135 55
Binary 11011101 11001101 1000 0 111 1100000 1101 110111 1011101 101101

Color Harmonies of #DDCD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD08

Black with #DDCD08

Text Example


Text Example

White with #DDCD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD08; }

 p { color: rgb(221,205,8); }

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

background-color css

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

 a { background-color: rgb(221,205,8); }

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

border-color css

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

 span { border-color: rgb(221,205,8); }

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