Html Css Color HEX #DDB308 Sunflower

📋 copy color: '#DDB308'

red 221 ◦ green 179 ◦ blue 8

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

Shades of Sunflower #DDB308

Tints of Sunflower #DDB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

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

R = 54.17%
G = 43.87%
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

#DDB308 (or 0xDDB308) is known color: Sunflower. HEX triplet: DD, B3 and 08. RGB value is (221,179,8). Sum of RGB (Red+Green+Blue) = 221+179+8=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB308 is #224CF7. Grayscale: #ACACAC. Windows color (decimal): -2247928 or 570333. OLE color: 570333.

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

Color convert

RGB 221 179 8 -
CMYK 0 0.19 0.96 0.13
HSL 48.17º 0.93% 0.45% -
HSV(B) 48.17º 0.96% 0.87% -
XYZ 45.98 47.63 7 -
YUV 172.06 35.41 162.9 -
System Red Green Blue C M Y K H S L
Decimal 221 179 8 0 0.19 0.96 0.13 48.17 0.93 0.45
Hex DD B3 8 0 13 60 D 30 5D 2D
Octal 335 263 10 0 23 140 15 60 135 55
Binary 11011101 10110011 1000 0 10011 1100000 1101 110000 1011101 101101

Color Harmonies of #DDB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB308

Black with #DDB308

Text Example


Text Example

White with #DDB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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