Html Css Color HEX #DBC805 Bird Flower

📋 copy color: '#DBC805'

red 219 ◦ green 200 ◦ blue 5

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

Shades of Bird Flower #DBC805

Tints of Bird Flower #DBC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 51.65%
G = 47.17%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBC805 (or 0xDBC805) is known color: Bird Flower. HEX triplet: DB, C8 and 05. RGB value is (219,200,5). Sum of RGB (Red+Green+Blue) = 219+200+5=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC805 is #2437FA. Grayscale: #B8B8B8. Windows color (decimal): -2373627 or 379099. OLE color: 379099.

HSL color Cylindrical-coordinate representation of color #DBC805: hue angle of 54.67º 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 #DBC805 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 5 -
CMYK 0 0.09 0.98 0.14
HSL 54.67º 0.96% 0.44% -
HSV(B) 54.67º 0.98% 0.86% -
XYZ 49.9 56.38 8.4 -
YUV 183.45 27.29 153.36 -
System Red Green Blue C M Y K H S L
Decimal 219 200 5 0 0.09 0.98 0.14 54.67 0.96 0.44
Hex DB C8 5 0 9 62 E 37 60 2C
Octal 333 310 5 0 11 142 16 67 140 54
Binary 11011011 11001000 101 0 1001 1100010 1110 110111 1100000 101100

Color Harmonies of #DBC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC805

Black with #DBC805

Text Example


Text Example

White with #DBC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC805; }

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

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

background-color css

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

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

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

border-color css

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

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

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