Html Css Color HEX #DBD80A Bird Flower

📋 copy color: '#DBD80A'

red 219 ◦ green 216 ◦ blue 10

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

Shades of Bird Flower #DBD80A

Tints of Bird Flower #DBD80A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 49.21%
G = 48.54%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBD80A (or 0xDBD80A) is known color: Bird Flower. HEX triplet: DB, D8 and 0A. RGB value is (219,216,10). Sum of RGB (Red+Green+Blue) = 219+216+10=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD80A is #2427F5. Grayscale: #C2C2C2. Windows color (decimal): -2369526 or 710875. OLE color: 710875.

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

Color convert

RGB 219 216 10 -
CMYK 0 0.01 0.95 0.14
HSL 59.14º 0.91% 0.45% -
HSV(B) 59.14º 0.95% 0.86% -
XYZ 53.82 64.19 9.84 -
YUV 193.41 24.49 146.25 -
System Red Green Blue C M Y K H S L
Decimal 219 216 10 0 0.01 0.95 0.14 59.14 0.91 0.45
Hex DB D8 A 0 1 5F E 3B 5B 2D
Octal 333 330 12 0 1 137 16 73 133 55
Binary 11011011 11011000 1010 0 1 1011111 1110 111011 1011011 101101

Color Harmonies of #DBD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD80A

Black with #DBD80A

Text Example


Text Example

White with #DBD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD80A; }

 p { color: rgb(219,216,10); }

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

background-color css

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

 a { background-color: rgb(219,216,10); }

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

border-color css

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

 span { border-color: rgb(219,216,10); }

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