Html Css Color HEX #DBD50B Bird Flower

📋 copy color: '#DBD50B'

red 219 ◦ green 213 ◦ blue 11

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

Shades of Bird Flower #DBD50B

Tints of Bird Flower #DBD50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 49.44%
G = 48.08%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBD50B (or 0xDBD50B) is known color: Bird Flower. HEX triplet: DB, D5 and 0B. RGB value is (219,213,11). Sum of RGB (Red+Green+Blue) = 219+213+11=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD50B is #242AF4. Grayscale: #C0C0C0. Windows color (decimal): -2370293 or 775643. OLE color: 775643.

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

Color convert

RGB 219 213 11 -
CMYK 0 0.03 0.95 0.14
HSL 58.27º 0.9% 0.45% -
HSV(B) 58.27º 0.95% 0.86% -
XYZ 53.07 62.67 9.62 -
YUV 191.77 25.99 147.43 -
System Red Green Blue C M Y K H S L
Decimal 219 213 11 0 0.03 0.95 0.14 58.27 0.9 0.45
Hex DB D5 B 0 3 5F E 3A 5A 2D
Octal 333 325 13 0 3 137 16 72 132 55
Binary 11011011 11010101 1011 0 11 1011111 1110 111010 1011010 101101

Color Harmonies of #DBD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD50B

Black with #DBD50B

Text Example


Text Example

White with #DBD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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