Html Css Color HEX #DBB201 Sunflower

📋 copy color: '#DBB201'

red 219 ◦ green 178 ◦ blue 1

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

Shades of Sunflower #DBB201

Tints of Sunflower #DBB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

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

R = 55.03%
G = 44.72%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBB201 (or 0xDBB201) is known color: Sunflower. HEX triplet: DB, B2 and 01. RGB value is (219,178,1). Sum of RGB (Red+Green+Blue) = 219+178+1=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB201 is #244DFE. Grayscale: #AAAAAA. Windows color (decimal): -2379263 or 111323. OLE color: 111323.

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

Color convert

RGB 219 178 1 -
CMYK 0 0.19 1.00 0.14
HSL 48.72º 0.99% 0.43% -
HSV(B) 48.72º 1% 0.86% -
XYZ 45.14 46.9 6.7 -
YUV 170.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 219 178 1 0 0.19 1.00 0.14 48.72 0.99 0.43
Hex DB B2 1 0 13 64 E 31 63 2B
Octal 333 262 1 0 23 144 16 61 143 53
Binary 11011011 10110010 1 0 10011 1100100 1110 110001 1100011 101011

Color Harmonies of #DBB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB201

Black with #DBB201

Text Example


Text Example

White with #DBB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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