Html Css Color HEX #DAC52C Barberry

📋 copy color: '#DAC52C'

red 218 ◦ green 197 ◦ blue 44

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

Shades of Barberry #DAC52C

Tints of Barberry #DAC52C

RGB

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

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

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

R = 47.49%
G = 42.92%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC52C (or 0xDAC52C) is known color: Barberry. HEX triplet: DA, C5 and 2C. RGB value is (218,197,44). Sum of RGB (Red+Green+Blue) = 218+197+44=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC52C is #253AD3. Grayscale: #BABABA. Windows color (decimal): -2439892 or 2934234. OLE color: 2934234.

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

Color convert

RGB 218 197 44 -
CMYK 0 0.10 0.80 0.15
HSL 52.76º 0.7% 0.51% -
HSV(B) 52.76º 0.8% 0.85% -
XYZ 49.33 55.02 10.4 -
YUV 185.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 218 197 44 0 0.10 0.80 0.15 52.76 0.7 0.51
Hex DA C5 2C 0 A 50 F 35 46 33
Octal 332 305 54 0 12 120 17 65 106 63
Binary 11011010 11000101 101100 0 1010 1010000 1111 110101 1000110 110011

Color Harmonies of #DAC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC52C

Black with #DAC52C

Text Example


Text Example

White with #DAC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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