Html Css Color HEX #DBC52C Barberry

📋 copy color: '#DBC52C'

red 219 ◦ green 197 ◦ blue 44

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

Shades of Barberry #DBC52C

Tints of Barberry #DBC52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.57%

R = 47.61%
G = 42.83%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBC52C (or 0xDBC52C) is known color: Barberry. HEX triplet: DB, C5 and 2C. RGB value is (219,197,44). Sum of RGB (Red+Green+Blue) = 219+197+44=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC52C is #243AD3. Grayscale: #BABABA. Windows color (decimal): -2374356 or 2934235. OLE color: 2934235.

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

Color convert

RGB 219 197 44 -
CMYK 0 0.10 0.80 0.14
HSL 52.46º 0.71% 0.52% -
HSV(B) 52.46º 0.8% 0.86% -
XYZ 49.63 55.17 10.42 -
YUV 186.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 219 197 44 0 0.10 0.80 0.14 52.46 0.71 0.52
Hex DB C5 2C 0 A 50 E 34 47 34
Octal 333 305 54 0 12 120 16 64 107 64
Binary 11011011 11000101 101100 0 1010 1010000 1110 110100 1000111 110100

Color Harmonies of #DBC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC52C

Black with #DBC52C

Text Example


Text Example

White with #DBC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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