Html Css Color HEX #DAC526 Barberry

📋 copy color: '#DAC526'

red 218 ◦ green 197 ◦ blue 38

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

Shades of Barberry #DAC526

Tints of Barberry #DAC526

RGB

 RED value IS 218 (85.55% from 255) = 48.12%

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

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

R = 48.12%
G = 43.49%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAC526 (or 0xDAC526) is known color: Barberry. HEX triplet: DA, C5 and 26. RGB value is (218,197,38). Sum of RGB (Red+Green+Blue) = 218+197+38=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC526 is #253AD9. Grayscale: #B9B9B9. Windows color (decimal): -2439898 or 2541018. OLE color: 2541018.

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

Color convert

RGB 218 197 38 -
CMYK 0 0.10 0.83 0.15
HSL 53º 0.71% 0.5% -
HSV(B) 53º 0.83% 0.85% -
XYZ 49.23 54.98 9.85 -
YUV 185.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 218 197 38 0 0.10 0.83 0.15 53 0.71 0.5
Hex DA C5 26 0 A 53 F 35 47 32
Octal 332 305 46 0 12 123 17 65 107 62
Binary 11011010 11000101 100110 0 1010 1010011 1111 110101 1000111 110010

Color Harmonies of #DAC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC526

Black with #DAC526

Text Example


Text Example

White with #DAC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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