Html Css Color HEX #DDB800 Sunflower

📋 copy color: '#DDB800'

red 221 ◦ green 184 ◦ blue 0

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

Shades of Sunflower #DDB800

Tints of Sunflower #DDB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.57%
G = 45.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDB800 (or 0xDDB800) is known color: Sunflower. HEX triplet: DD, B8 and 00. RGB value is (221,184,0). Sum of RGB (Red+Green+Blue) = 221+184+0=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB800 is #2247FF. Grayscale: #AEAEAE. Windows color (decimal): -2246656 or 47325. OLE color: 47325.

HSL color Cylindrical-coordinate representation of color #DDB800: hue angle of 49.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDB800 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 0 -
CMYK 0 0.17 1 0.13
HSL 49.95º 1% 0.43% -
HSV(B) 49.95º 1% 0.87% -
XYZ 46.96 49.65 7.11 -
YUV 174.09 29.76 161.46 -
System Red Green Blue C M Y K H S L
Decimal 221 184 0 0 0.17 1 0.13 49.95 1 0.43
Hex DD B8 0 0 11 64 D 32 64 2B
Octal 335 270 0 0 21 144 15 62 144 53
Binary 11011101 10111000 0 0 10001 1100100 1101 110010 1100100 101011

Color Harmonies of #DDB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB800

Black with #DDB800

Text Example


Text Example

White with #DDB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB800; }

 p { color: rgb(221,184,0); }

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

background-color css

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

 a { background-color: rgb(221,184,0); }

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

border-color css

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

 span { border-color: rgb(221,184,0); }

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