Html Css Color HEX #DBD705 Bird Flower

📋 copy color: '#DBD705'

red 219 ◦ green 215 ◦ blue 5

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

Shades of Bird Flower #DBD705

Tints of Bird Flower #DBD705

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 49.89%
G = 48.97%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBD705 (or 0xDBD705) is known color: Bird Flower. HEX triplet: DB, D7 and 05. RGB value is (219,215,5). Sum of RGB (Red+Green+Blue) = 219+215+5=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD705 is #2428FA. Grayscale: #C1C1C1. Windows color (decimal): -2369787 or 382939. OLE color: 382939.

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

Color convert

RGB 219 215 5 -
CMYK 0 0.02 0.98 0.14
HSL 58.88º 0.96% 0.44% -
HSV(B) 58.88º 0.98% 0.86% -
XYZ 53.54 63.67 9.61 -
YUV 192.26 22.33 147.08 -
System Red Green Blue C M Y K H S L
Decimal 219 215 5 0 0.02 0.98 0.14 58.88 0.96 0.44
Hex DB D7 5 0 2 62 E 3B 60 2C
Octal 333 327 5 0 2 142 16 73 140 54
Binary 11011011 11010111 101 0 10 1100010 1110 111011 1100000 101100

Color Harmonies of #DBD705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD705

Black with #DBD705

Text Example


Text Example

White with #DBD705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD705; }

 p { color: rgb(219,215,5); }

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

background-color css

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

 a { background-color: rgb(219,215,5); }

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

border-color css

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

 span { border-color: rgb(219,215,5); }

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