Html Css Color HEX #DDC406 Sunflower

📋 copy color: '#DDC406'

red 221 ◦ green 196 ◦ blue 6

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

Shades of Sunflower #DDC406

Tints of Sunflower #DDC406

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 52.25%
G = 46.34%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC406 (or 0xDDC406) is known color: Sunflower. HEX triplet: DD, C4 and 06. RGB value is (221,196,6). Sum of RGB (Red+Green+Blue) = 221+196+6=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC406 is #223BF9. Grayscale: #B6B6B6. Windows color (decimal): -2243578 or 443613. OLE color: 443613.

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

Color convert

RGB 221 196 6 -
CMYK 0 0.11 0.97 0.13
HSL 53.02º 0.95% 0.45% -
HSV(B) 53.02º 0.97% 0.87% -
XYZ 49.59 54.87 8.15 -
YUV 181.82 28.78 155.95 -
System Red Green Blue C M Y K H S L
Decimal 221 196 6 0 0.11 0.97 0.13 53.02 0.95 0.45
Hex DD C4 6 0 B 61 D 35 5F 2D
Octal 335 304 6 0 13 141 15 65 137 55
Binary 11011101 11000100 110 0 1011 1100001 1101 110101 1011111 101101

Color Harmonies of #DDC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC406

Black with #DDC406

Text Example


Text Example

White with #DDC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC406; }

 p { color: rgb(221,196,6); }

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

background-color css

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

 a { background-color: rgb(221,196,6); }

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

border-color css

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

 span { border-color: rgb(221,196,6); }

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