Html Css Color HEX #DBD301 Bird Flower

📋 copy color: '#DBD301'

red 219 ◦ green 211 ◦ blue 1

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

Shades of Bird Flower #DBD301

Tints of Bird Flower #DBD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.96%

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

R = 50.81%
G = 48.96%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBD301 (or 0xDBD301) is known color: Bird Flower. HEX triplet: DB, D3 and 01. RGB value is (219,211,1). Sum of RGB (Red+Green+Blue) = 219+211+1=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD301 is #242CFE. Grayscale: #BEBEBE. Windows color (decimal): -2370815 or 119771. OLE color: 119771.

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

Color convert

RGB 219 211 1 -
CMYK 0 0.04 1.00 0.14
HSL 57.8º 0.99% 0.43% -
HSV(B) 57.8º 1% 0.86% -
XYZ 52.51 61.65 9.16 -
YUV 189.45 21.65 149.08 -
System Red Green Blue C M Y K H S L
Decimal 219 211 1 0 0.04 1.00 0.14 57.8 0.99 0.43
Hex DB D3 1 0 4 64 E 3A 63 2B
Octal 333 323 1 0 4 144 16 72 143 53
Binary 11011011 11010011 1 0 100 1100100 1110 111010 1100011 101011

Color Harmonies of #DBD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD301

Black with #DBD301

Text Example


Text Example

White with #DBD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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