Html Css Color HEX #DDB801 Sunflower

📋 copy color: '#DDB801'

red 221 ◦ green 184 ◦ blue 1

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

Shades of Sunflower #DDB801

Tints of Sunflower #DDB801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.43%
G = 45.32%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDB801 (or 0xDDB801) is known color: Sunflower. HEX triplet: DD, B8 and 01. RGB value is (221,184,1). Sum of RGB (Red+Green+Blue) = 221+184+1=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB801 is #2247FE. Grayscale: #AEAEAE. Windows color (decimal): -2246655 or 112861. OLE color: 112861.

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

Color convert

RGB 221 184 1 -
CMYK 0 0.17 1.00 0.13
HSL 49.91º 0.99% 0.44% -
HSV(B) 49.91º 1% 0.87% -
XYZ 46.96 49.66 7.14 -
YUV 174.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 221 184 1 0 0.17 1.00 0.13 49.91 0.99 0.44
Hex DD B8 1 0 11 64 D 32 63 2C
Octal 335 270 1 0 21 144 15 62 143 54
Binary 11011101 10111000 1 0 10001 1100100 1101 110010 1100011 101100

Color Harmonies of #DDB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB801

Black with #DDB801

Text Example


Text Example

White with #DDB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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