Html Css Color HEX #DDB408 Sunflower

📋 copy color: '#DDB408'

red 221 ◦ green 180 ◦ blue 8

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

Shades of Sunflower #DDB408

Tints of Sunflower #DDB408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 54.03%
G = 44.01%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB408 (or 0xDDB408) is known color: Sunflower. HEX triplet: DD, B4 and 08. RGB value is (221,180,8). Sum of RGB (Red+Green+Blue) = 221+180+8=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB408 is #224BF7. Grayscale: #ADADAD. Windows color (decimal): -2247672 or 570589. OLE color: 570589.

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

Color convert

RGB 221 180 8 -
CMYK 0 0.19 0.96 0.13
HSL 48.45º 0.93% 0.45% -
HSV(B) 48.45º 0.96% 0.87% -
XYZ 46.18 48.03 7.07 -
YUV 172.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 221 180 8 0 0.19 0.96 0.13 48.45 0.93 0.45
Hex DD B4 8 0 13 60 D 30 5D 2D
Octal 335 264 10 0 23 140 15 60 135 55
Binary 11011101 10110100 1000 0 10011 1100000 1101 110000 1011101 101101

Color Harmonies of #DDB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB408

Black with #DDB408

Text Example


Text Example

White with #DDB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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