Html Css Color HEX #DBB401 Sunflower

📋 copy color: '#DBB401'

red 219 ◦ green 180 ◦ blue 1

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

Shades of Sunflower #DBB401

Tints of Sunflower #DBB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

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

R = 54.75%
G = 45%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBB401 (or 0xDBB401) is known color: Sunflower. HEX triplet: DB, B4 and 01. RGB value is (219,180,1). Sum of RGB (Red+Green+Blue) = 219+180+1=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB401 is #244BFE. Grayscale: #ACACAC. Windows color (decimal): -2378751 or 111835. OLE color: 111835.

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

Color convert

RGB 219 180 1 -
CMYK 0 0.18 1.00 0.14
HSL 49.27º 0.99% 0.43% -
HSV(B) 49.27º 1% 0.86% -
XYZ 45.54 47.7 6.84 -
YUV 171.26 31.92 162.05 -
System Red Green Blue C M Y K H S L
Decimal 219 180 1 0 0.18 1.00 0.14 49.27 0.99 0.43
Hex DB B4 1 0 12 64 E 31 63 2B
Octal 333 264 1 0 22 144 16 61 143 53
Binary 11011011 10110100 1 0 10010 1100100 1110 110001 1100011 101011

Color Harmonies of #DBB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB401

Black with #DBB401

Text Example


Text Example

White with #DBB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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