Html Css Color HEX #DBD501 Bird Flower

📋 copy color: '#DBD501'

red 219 ◦ green 213 ◦ blue 1

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

Shades of Bird Flower #DBD501

Tints of Bird Flower #DBD501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

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

R = 50.58%
G = 49.19%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBD501 (or 0xDBD501) is known color: Bird Flower. HEX triplet: DB, D5 and 01. RGB value is (219,213,1). Sum of RGB (Red+Green+Blue) = 219+213+1=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD501 is #242AFE. Grayscale: #BFBFBF. Windows color (decimal): -2370303 or 120283. OLE color: 120283.

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

Color convert

RGB 219 213 1 -
CMYK 0 0.03 1.00 0.14
HSL 58.35º 0.99% 0.43% -
HSV(B) 58.35º 1% 0.86% -
XYZ 53.01 62.65 9.33 -
YUV 190.63 20.99 148.24 -
System Red Green Blue C M Y K H S L
Decimal 219 213 1 0 0.03 1.00 0.14 58.35 0.99 0.43
Hex DB D5 1 0 3 64 E 3A 63 2B
Octal 333 325 1 0 3 144 16 72 143 53
Binary 11011011 11010101 1 0 11 1100100 1110 111010 1100011 101011

Color Harmonies of #DBD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD501

Black with #DBD501

Text Example


Text Example

White with #DBD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD501; }

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

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

background-color css

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

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

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

border-color css

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

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

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