Html Css Color HEX #DDC006 Sunflower

📋 copy color: '#DDC006'

red 221 ◦ green 192 ◦ blue 6

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

Shades of Sunflower #DDC006

Tints of Sunflower #DDC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 52.74%
G = 45.82%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC006 (or 0xDDC006) is known color: Sunflower. HEX triplet: DD, C0 and 06. RGB value is (221,192,6). Sum of RGB (Red+Green+Blue) = 221+192+6=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC006 is #223FF9. Grayscale: #B4B4B4. Windows color (decimal): -2244602 or 442589. OLE color: 442589.

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

Color convert

RGB 221 192 6 -
CMYK 0 0.13 0.97 0.13
HSL 51.91º 0.95% 0.45% -
HSV(B) 51.91º 0.97% 0.87% -
XYZ 48.7 53.08 7.85 -
YUV 179.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 221 192 6 0 0.13 0.97 0.13 51.91 0.95 0.45
Hex DD C0 6 0 D 61 D 34 5F 2D
Octal 335 300 6 0 15 141 15 64 137 55
Binary 11011101 11000000 110 0 1101 1100001 1101 110100 1011111 101101

Color Harmonies of #DDC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC006

Black with #DDC006

Text Example


Text Example

White with #DDC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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