Html Css Color HEX #DDB908 Sunflower

📋 copy color: '#DDB908'

red 221 ◦ green 185 ◦ blue 8

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

Shades of Sunflower #DDB908

Tints of Sunflower #DDB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.69%

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

R = 53.38%
G = 44.69%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDB908 (or 0xDDB908) is known color: Sunflower. HEX triplet: DD, B9 and 08. RGB value is (221,185,8). Sum of RGB (Red+Green+Blue) = 221+185+8=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB908 is #2246F7. Grayscale: #B0B0B0. Windows color (decimal): -2246392 or 571869. OLE color: 571869.

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

Color convert

RGB 221 185 8 -
CMYK 0 0.16 0.96 0.13
HSL 49.86º 0.93% 0.45% -
HSV(B) 49.86º 0.96% 0.87% -
XYZ 47.21 50.09 7.41 -
YUV 175.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 221 185 8 0 0.16 0.96 0.13 49.86 0.93 0.45
Hex DD B9 8 0 10 60 D 32 5D 2D
Octal 335 271 10 0 20 140 15 62 135 55
Binary 11011101 10111001 1000 0 10000 1100000 1101 110010 1011101 101101

Color Harmonies of #DDB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB908

Black with #DDB908

Text Example


Text Example

White with #DDB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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