Html Css Color HEX #DBC526 Barberry

📋 copy color: '#DBC526'

red 219 ◦ green 197 ◦ blue 38

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

Shades of Barberry #DBC526

Tints of Barberry #DBC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.37%

R = 48.24%
G = 43.39%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBC526 (or 0xDBC526) is known color: Barberry. HEX triplet: DB, C5 and 26. RGB value is (219,197,38). Sum of RGB (Red+Green+Blue) = 219+197+38=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC526 is #243AD9. Grayscale: #BABABA. Windows color (decimal): -2374362 or 2541019. OLE color: 2541019.

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

Color convert

RGB 219 197 38 -
CMYK 0 0.10 0.83 0.14
HSL 52.71º 0.72% 0.5% -
HSV(B) 52.71º 0.83% 0.86% -
XYZ 49.53 55.13 9.86 -
YUV 185.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 219 197 38 0 0.10 0.83 0.14 52.71 0.72 0.5
Hex DB C5 26 0 A 53 E 35 48 32
Octal 333 305 46 0 12 123 16 65 110 62
Binary 11011011 11000101 100110 0 1010 1010011 1110 110101 1001000 110010

Color Harmonies of #DBC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC526

Black with #DBC526

Text Example


Text Example

White with #DBC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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