Html Css Color HEX #DBC524 Barberry

📋 copy color: '#DBC524'

red 219 ◦ green 197 ◦ blue 36

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

Shades of Barberry #DBC524

Tints of Barberry #DBC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.96%

R = 48.45%
G = 43.58%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC524 (or 0xDBC524) is known color: Barberry. HEX triplet: DB, C5 and 24. RGB value is (219,197,36). Sum of RGB (Red+Green+Blue) = 219+197+36=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC524 is #243ADB. Grayscale: #B9B9B9. Windows color (decimal): -2374364 or 2409947. OLE color: 2409947.

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

Color convert

RGB 219 197 36 -
CMYK 0 0.10 0.84 0.14
HSL 52.79º 0.72% 0.5% -
HSV(B) 52.79º 0.84% 0.86% -
XYZ 49.5 55.12 9.7 -
YUV 185.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 219 197 36 0 0.10 0.84 0.14 52.79 0.72 0.5
Hex DB C5 24 0 A 54 E 35 48 32
Octal 333 305 44 0 12 124 16 65 110 62
Binary 11011011 11000101 100100 0 1010 1010100 1110 110101 1001000 110010

Color Harmonies of #DBC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC524

Black with #DBC524

Text Example


Text Example

White with #DBC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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