Html Css Color HEX #DBC502 Bird Flower

📋 copy color: '#DBC502'

red 219 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #DBC502

Tints of Bird Flower #DBC502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 52.39%
G = 47.13%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBC502 (or 0xDBC502) is known color: Bird Flower. HEX triplet: DB, C5 and 02. RGB value is (219,197,2). Sum of RGB (Red+Green+Blue) = 219+197+2=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC502 is #243AFD. Grayscale: #B6B6B6. Windows color (decimal): -2374398 or 181723. OLE color: 181723.

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

Color convert

RGB 219 197 2 -
CMYK 0 0.10 0.99 0.14
HSL 53.92º 0.98% 0.43% -
HSV(B) 53.92º 0.99% 0.86% -
XYZ 49.19 55 8.08 -
YUV 181.35 26.79 154.86 -
System Red Green Blue C M Y K H S L
Decimal 219 197 2 0 0.10 0.99 0.14 53.92 0.98 0.43
Hex DB C5 2 0 A 63 E 36 62 2B
Octal 333 305 2 0 12 143 16 66 142 53
Binary 11011011 11000101 10 0 1010 1100011 1110 110110 1100010 101011

Color Harmonies of #DBC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC502

Black with #DBC502

Text Example


Text Example

White with #DBC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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