Html Css Color HEX #DDCD16 Sunflower

📋 copy color: '#DDCD16'

red 221 ◦ green 205 ◦ blue 22

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

Shades of Sunflower #DDCD16

Tints of Sunflower #DDCD16

RGB

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

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

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

R = 49.33%
G = 45.76%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDCD16 (or 0xDDCD16) is known color: Sunflower. HEX triplet: DD, CD and 16. RGB value is (221,205,22). Sum of RGB (Red+Green+Blue) = 221+205+22=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD16 is #2232E9. Grayscale: #BDBDBD. Windows color (decimal): -2241258 or 1494493. OLE color: 1494493.

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

Color convert

RGB 221 205 22 -
CMYK 0 0.07 0.90 0.13
HSL 55.18º 0.82% 0.48% -
HSV(B) 55.18º 0.9% 0.87% -
XYZ 51.79 59.09 9.44 -
YUV 188.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 221 205 22 0 0.07 0.90 0.13 55.18 0.82 0.48
Hex DD CD 16 0 7 5A D 37 52 30
Octal 335 315 26 0 7 132 15 67 122 60
Binary 11011101 11001101 10110 0 111 1011010 1101 110111 1010010 110000

Color Harmonies of #DDCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD16

Black with #DDCD16

Text Example


Text Example

White with #DDCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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