Html Css Color HEX #DDCC0A Sunflower

📋 copy color: '#DDCC0A'

red 221 ◦ green 204 ◦ blue 10

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

Shades of Sunflower #DDCC0A

Tints of Sunflower #DDCC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 50.8%
G = 46.9%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDCC0A (or 0xDDCC0A) is known color: Sunflower. HEX triplet: DD, CC and 0A. RGB value is (221,204,10). Sum of RGB (Red+Green+Blue) = 221+204+10=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC0A is #2233F5. Grayscale: #BBBBBB. Windows color (decimal): -2241526 or 707805. OLE color: 707805.

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

Color convert

RGB 221 204 10 -
CMYK 0 0.08 0.95 0.13
HSL 55.17º 0.91% 0.45% -
HSV(B) 55.17º 0.95% 0.87% -
XYZ 51.47 58.58 8.88 -
YUV 186.97 28.13 152.27 -
System Red Green Blue C M Y K H S L
Decimal 221 204 10 0 0.08 0.95 0.13 55.17 0.91 0.45
Hex DD CC A 0 8 5F D 37 5B 2D
Octal 335 314 12 0 10 137 15 67 133 55
Binary 11011101 11001100 1010 0 1000 1011111 1101 110111 1011011 101101

Color Harmonies of #DDCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC0A

Black with #DDCC0A

Text Example


Text Example

White with #DDCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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