Html Css Color HEX #DBB901 Sunflower

📋 copy color: '#DBB901'

red 219 ◦ green 185 ◦ blue 1

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

Shades of Sunflower #DBB901

Tints of Sunflower #DBB901

RGB

 RED value IS 219 (85.94% from 255) = 54.07%

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

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

R = 54.07%
G = 45.68%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBB901 (or 0xDBB901) is known color: Sunflower. HEX triplet: DB, B9 and 01. RGB value is (219,185,1). Sum of RGB (Red+Green+Blue) = 219+185+1=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB901 is #2446FE. Grayscale: #AEAEAE. Windows color (decimal): -2377471 or 113115. OLE color: 113115.

HSL color Cylindrical-coordinate representation of color #DBB901: hue angle of 50.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBB901 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 1 -
CMYK 0 0.16 1.00 0.14
HSL 50.64º 0.99% 0.43% -
HSV(B) 50.64º 1% 0.86% -
XYZ 46.57 49.76 7.18 -
YUV 174.19 30.26 159.96 -
System Red Green Blue C M Y K H S L
Decimal 219 185 1 0 0.16 1.00 0.14 50.64 0.99 0.43
Hex DB B9 1 0 10 64 E 33 63 2B
Octal 333 271 1 0 20 144 16 63 143 53
Binary 11011011 10111001 1 0 10000 1100100 1110 110011 1100011 101011

Color Harmonies of #DBB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB901

Black with #DBB901

Text Example


Text Example

White with #DBB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB901; }

 p { color: rgb(219,185,1); }

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

background-color css

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

 a { background-color: rgb(219,185,1); }

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

border-color css

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

 span { border-color: rgb(219,185,1); }

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