Html Css Color HEX #DAC528 Barberry

📋 copy color: '#DAC528'

red 218 ◦ green 197 ◦ blue 40

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

Shades of Barberry #DAC528

Tints of Barberry #DAC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 47.91%
G = 43.3%
B = 8.79%

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

#DAC528 (or 0xDAC528) is known color: Barberry. HEX triplet: DA, C5 and 28. RGB value is (218,197,40). Sum of RGB (Red+Green+Blue) = 218+197+40=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC528 is #253AD7. Grayscale: #BABABA. Windows color (decimal): -2439896 or 2672090. OLE color: 2672090.

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

Color convert

RGB 218 197 40 -
CMYK 0 0.10 0.82 0.15
HSL 52.92º 0.71% 0.51% -
HSV(B) 52.92º 0.82% 0.85% -
XYZ 49.26 54.99 10.03 -
YUV 185.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 218 197 40 0 0.10 0.82 0.15 52.92 0.71 0.51
Hex DA C5 28 0 A 52 F 35 47 33
Octal 332 305 50 0 12 122 17 65 107 63
Binary 11011010 11000101 101000 0 1010 1010010 1111 110101 1000111 110011

Color Harmonies of #DAC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC528

Black with #DAC528

Text Example


Text Example

White with #DAC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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