Html Css Color HEX #DBD202 Bird Flower

📋 copy color: '#DBD202'

red 219 ◦ green 210 ◦ blue 2

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

Shades of Bird Flower #DBD202

Tints of Bird Flower #DBD202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 50.81%
G = 48.72%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBD202 (or 0xDBD202) is known color: Bird Flower. HEX triplet: DB, D2 and 02. RGB value is (219,210,2). Sum of RGB (Red+Green+Blue) = 219+210+2=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD202 is #242DFD. Grayscale: #BDBDBD. Windows color (decimal): -2371070 or 185051. OLE color: 185051.

HSL color Cylindrical-coordinate representation of color #DBD202: hue angle of 57.51º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBD202 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 2 -
CMYK 0 0.04 0.99 0.14
HSL 57.51º 0.98% 0.43% -
HSV(B) 57.51º 0.99% 0.86% -
XYZ 52.27 61.16 9.11 -
YUV 188.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 219 210 2 0 0.04 0.99 0.14 57.51 0.98 0.43
Hex DB D2 2 0 4 63 E 3A 62 2B
Octal 333 322 2 0 4 143 16 72 142 53
Binary 11011011 11010010 10 0 100 1100011 1110 111010 1100010 101011

Color Harmonies of #DBD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD202

Black with #DBD202

Text Example


Text Example

White with #DBD202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD202; }

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

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

background-color css

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

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

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

border-color css

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

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

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