Html Css Color HEX #DBD201 Bird Flower

📋 copy color: '#DBD201'

red 219 ◦ green 210 ◦ blue 1

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

Shades of Bird Flower #DBD201

Tints of Bird Flower #DBD201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

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

R = 50.93%
G = 48.84%
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

#DBD201 (or 0xDBD201) is known color: Bird Flower. HEX triplet: DB, D2 and 01. RGB value is (219,210,1). Sum of RGB (Red+Green+Blue) = 219+210+1=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD201 is #242DFE. Grayscale: #BDBDBD. Windows color (decimal): -2371071 or 119515. OLE color: 119515.

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

Color convert

RGB 219 210 1 -
CMYK 0 0.04 1.00 0.14
HSL 57.52º 0.99% 0.43% -
HSV(B) 57.52º 1% 0.86% -
XYZ 52.27 61.16 9.08 -
YUV 188.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 219 210 1 0 0.04 1.00 0.14 57.52 0.99 0.43
Hex DB D2 1 0 4 64 E 3A 63 2B
Octal 333 322 1 0 4 144 16 72 143 53
Binary 11011011 11010010 1 0 100 1100100 1110 111010 1100011 101011

Color Harmonies of #DBD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD201

Black with #DBD201

Text Example


Text Example

White with #DBD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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