Html Css Color HEX #DBC528 Barberry

📋 copy color: '#DBC528'

red 219 ◦ green 197 ◦ blue 40

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

Shades of Barberry #DBC528

Tints of Barberry #DBC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.77%

R = 48.03%
G = 43.2%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBC528 (or 0xDBC528) is known color: Barberry. HEX triplet: DB, C5 and 28. RGB value is (219,197,40). Sum of RGB (Red+Green+Blue) = 219+197+40=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC528 is #243AD7. Grayscale: #BABABA. Windows color (decimal): -2374360 or 2672091. OLE color: 2672091.

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

Color convert

RGB 219 197 40 -
CMYK 0 0.10 0.82 0.14
HSL 52.63º 0.71% 0.51% -
HSV(B) 52.63º 0.82% 0.86% -
XYZ 49.56 55.15 10.04 -
YUV 185.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 219 197 40 0 0.10 0.82 0.14 52.63 0.71 0.51
Hex DB C5 28 0 A 52 E 35 47 33
Octal 333 305 50 0 12 122 16 65 107 63
Binary 11011011 11000101 101000 0 1010 1010010 1110 110101 1000111 110011

Color Harmonies of #DBC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC528

Black with #DBC528

Text Example


Text Example

White with #DBC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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