Html Css Color HEX #DBD20D Bird Flower

📋 copy color: '#DBD20D'

red 219 ◦ green 210 ◦ blue 13

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

Shades of Bird Flower #DBD20D

Tints of Bird Flower #DBD20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 49.55%
G = 47.51%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD20D (or 0xDBD20D) is known color: Bird Flower. HEX triplet: DB, D2 and 0D. RGB value is (219,210,13). Sum of RGB (Red+Green+Blue) = 219+210+13=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD20D is #242DF2. Grayscale: #BFBFBF. Windows color (decimal): -2371059 or 905947. OLE color: 905947.

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

Color convert

RGB 219 210 13 -
CMYK 0 0.04 0.94 0.14
HSL 57.38º 0.89% 0.45% -
HSV(B) 57.38º 0.94% 0.86% -
XYZ 52.33 61.18 9.43 -
YUV 190.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 219 210 13 0 0.04 0.94 0.14 57.38 0.89 0.45
Hex DB D2 D 0 4 5E E 39 59 2D
Octal 333 322 15 0 4 136 16 71 131 55
Binary 11011011 11010010 1101 0 100 1011110 1110 111001 1011001 101101

Color Harmonies of #DBD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD20D

Black with #DBD20D

Text Example


Text Example

White with #DBD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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