Html Css Color HEX #DBC504 Bird Flower

📋 copy color: '#DBC504'

red 219 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #DBC504

Tints of Bird Flower #DBC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.14%
G = 46.9%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBC504 (or 0xDBC504) is known color: Bird Flower. HEX triplet: DB, C5 and 04. RGB value is (219,197,4). Sum of RGB (Red+Green+Blue) = 219+197+4=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC504 is #243AFB. Grayscale: #B6B6B6. Windows color (decimal): -2374396 or 312795. OLE color: 312795.

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

Color convert

RGB 219 197 4 -
CMYK 0 0.10 0.98 0.14
HSL 53.86º 0.96% 0.44% -
HSV(B) 53.86º 0.98% 0.86% -
XYZ 49.2 55 8.14 -
YUV 181.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 219 197 4 0 0.10 0.98 0.14 53.86 0.96 0.44
Hex DB C5 4 0 A 62 E 36 60 2C
Octal 333 305 4 0 12 142 16 66 140 54
Binary 11011011 11000101 100 0 1010 1100010 1110 110110 1100000 101100

Color Harmonies of #DBC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC504

Black with #DBC504

Text Example


Text Example

White with #DBC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC504; }

 p { color: rgb(219,197,4); }

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

background-color css

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

 a { background-color: rgb(219,197,4); }

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

border-color css

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

 span { border-color: rgb(219,197,4); }

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