Html Css Color HEX #DAC527 Barberry

📋 copy color: '#DAC527'

red 218 ◦ green 197 ◦ blue 39

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

Shades of Barberry #DAC527

Tints of Barberry #DAC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.59%

R = 48.02%
G = 43.39%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAC527 (or 0xDAC527) is known color: Barberry. HEX triplet: DA, C5 and 27. RGB value is (218,197,39). Sum of RGB (Red+Green+Blue) = 218+197+39=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC527 is #253AD8. Grayscale: #B9B9B9. Windows color (decimal): -2439897 or 2606554. OLE color: 2606554.

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

Color convert

RGB 218 197 39 -
CMYK 0 0.10 0.82 0.15
HSL 52.96º 0.71% 0.5% -
HSV(B) 52.96º 0.82% 0.85% -
XYZ 49.25 54.98 9.94 -
YUV 185.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 218 197 39 0 0.10 0.82 0.15 52.96 0.71 0.5
Hex DA C5 27 0 A 52 F 35 47 32
Octal 332 305 47 0 12 122 17 65 107 62
Binary 11011010 11000101 100111 0 1010 1010010 1111 110101 1000111 110010

Color Harmonies of #DAC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC527

Black with #DAC527

Text Example


Text Example

White with #DAC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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