Html Css Color HEX #DDC808 Sunflower

📋 copy color: '#DDC808'

red 221 ◦ green 200 ◦ blue 8

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

Shades of Sunflower #DDC808

Tints of Sunflower #DDC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 51.52%
G = 46.62%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDC808 (or 0xDDC808) is known color: Sunflower. HEX triplet: DD, C8 and 08. RGB value is (221,200,8). Sum of RGB (Red+Green+Blue) = 221+200+8=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC808 is #2237F7. Grayscale: #B9B9B9. Windows color (decimal): -2242552 or 575709. OLE color: 575709.

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

Color convert

RGB 221 200 8 -
CMYK 0 0.10 0.96 0.13
HSL 54.08º 0.93% 0.45% -
HSV(B) 54.08º 0.96% 0.87% -
XYZ 50.52 56.7 8.51 -
YUV 184.39 28.46 154.11 -
System Red Green Blue C M Y K H S L
Decimal 221 200 8 0 0.10 0.96 0.13 54.08 0.93 0.45
Hex DD C8 8 0 A 60 D 36 5D 2D
Octal 335 310 10 0 12 140 15 66 135 55
Binary 11011101 11001000 1000 0 1010 1100000 1101 110110 1011101 101101

Color Harmonies of #DDC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC808

Black with #DDC808

Text Example


Text Example

White with #DDC808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC808; }

 p { color: rgb(221,200,8); }

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

background-color css

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

 a { background-color: rgb(221,200,8); }

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

border-color css

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

 span { border-color: rgb(221,200,8); }

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