Html Css Color HEX #DDCC09 Sunflower

📋 copy color: '#DDCC09'

red 221 ◦ green 204 ◦ blue 9

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

Shades of Sunflower #DDCC09

Tints of Sunflower #DDCC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 9 (3.91% from 255) = 2.07%

R = 50.92%
G = 47%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDCC09 (or 0xDDCC09) is known color: Sunflower. HEX triplet: DD, CC and 09. RGB value is (221,204,9). Sum of RGB (Red+Green+Blue) = 221+204+9=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC09 is #2233F6. Grayscale: #BBBBBB. Windows color (decimal): -2241527 or 642269. OLE color: 642269.

HSL color Cylindrical-coordinate representation of color #DDCC09: hue angle of 55.19º degrees, saturation: 0.92, 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 #DDCC09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 9 -
CMYK 0 0.08 0.96 0.13
HSL 55.19º 0.92% 0.45% -
HSV(B) 55.19º 0.96% 0.87% -
XYZ 51.46 58.58 8.85 -
YUV 186.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 221 204 9 0 0.08 0.96 0.13 55.19 0.92 0.45
Hex DD CC 9 0 8 60 D 37 5C 2D
Octal 335 314 11 0 10 140 15 67 134 55
Binary 11011101 11001100 1001 0 1000 1100000 1101 110111 1011100 101101

Color Harmonies of #DDCC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC09

Black with #DDCC09

Text Example


Text Example

White with #DDCC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC09; }

 p { color: rgb(221,204,9); }

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

background-color css

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

 a { background-color: rgb(221,204,9); }

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

border-color css

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

 span { border-color: rgb(221,204,9); }

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