Html Css Color HEX #DDCC16 Sunflower

📋 copy color: '#DDCC16'

red 221 ◦ green 204 ◦ blue 22

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

Shades of Sunflower #DDCC16

Tints of Sunflower #DDCC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.92%

R = 49.44%
G = 45.64%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDCC16 (or 0xDDCC16) is known color: Sunflower. HEX triplet: DD, CC and 16. RGB value is (221,204,22). Sum of RGB (Red+Green+Blue) = 221+204+22=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC16 is #2233E9. Grayscale: #BDBDBD. Windows color (decimal): -2241514 or 1494237. OLE color: 1494237.

HSL color Cylindrical-coordinate representation of color #DDCC16: hue angle of 54.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCC16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 22 -
CMYK 0 0.08 0.90 0.13
HSL 54.87º 0.82% 0.48% -
HSV(B) 54.87º 0.9% 0.87% -
XYZ 51.56 58.62 9.36 -
YUV 188.34 34.13 151.3 -
System Red Green Blue C M Y K H S L
Decimal 221 204 22 0 0.08 0.90 0.13 54.87 0.82 0.48
Hex DD CC 16 0 8 5A D 37 52 30
Octal 335 314 26 0 10 132 15 67 122 60
Binary 11011101 11001100 10110 0 1000 1011010 1101 110111 1010010 110000

Color Harmonies of #DDCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC16

Black with #DDCC16

Text Example


Text Example

White with #DDCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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