Html Css Color HEX #DDB608 Sunflower

📋 copy color: '#DDB608'

red 221 ◦ green 182 ◦ blue 8

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

Shades of Sunflower #DDB608

Tints of Sunflower #DDB608

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

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

R = 53.77%
G = 44.28%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB608 (or 0xDDB608) is known color: Sunflower. HEX triplet: DD, B6 and 08. RGB value is (221,182,8). Sum of RGB (Red+Green+Blue) = 221+182+8=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB608 is #2249F7. Grayscale: #AEAEAE. Windows color (decimal): -2247160 or 571101. OLE color: 571101.

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

Color convert

RGB 221 182 8 -
CMYK 0 0.18 0.96 0.13
HSL 49.01º 0.93% 0.45% -
HSV(B) 49.01º 0.96% 0.87% -
XYZ 46.59 48.85 7.2 -
YUV 173.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 221 182 8 0 0.18 0.96 0.13 49.01 0.93 0.45
Hex DD B6 8 0 12 60 D 31 5D 2D
Octal 335 266 10 0 22 140 15 61 135 55
Binary 11011101 10110110 1000 0 10010 1100000 1101 110001 1011101 101101

Color Harmonies of #DDB608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB608

Black with #DDB608

Text Example


Text Example

White with #DDB608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB608; }

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

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

background-color css

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

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

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

border-color css

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

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

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