Html Css Color HEX #DAC720 Barberry

📋 copy color: '#DAC720'

red 218 ◦ green 199 ◦ blue 32

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

Shades of Barberry #DAC720

Tints of Barberry #DAC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 48.55%
G = 44.32%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC720 (or 0xDAC720) is known color: Barberry. HEX triplet: DA, C7 and 20. RGB value is (218,199,32). Sum of RGB (Red+Green+Blue) = 218+199+32=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC720 is #2538DF. Grayscale: #BABABA. Windows color (decimal): -2439392 or 2148314. OLE color: 2148314.

HSL color Cylindrical-coordinate representation of color #DAC720: hue angle of 53.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAC720 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 32 -
CMYK 0 0.09 0.85 0.15
HSL 53.87º 0.74% 0.49% -
HSV(B) 53.87º 0.85% 0.85% -
XYZ 49.6 55.86 9.53 -
YUV 185.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 218 199 32 0 0.09 0.85 0.15 53.87 0.74 0.49
Hex DA C7 20 0 9 55 F 36 4A 31
Octal 332 307 40 0 11 125 17 66 112 61
Binary 11011010 11000111 100000 0 1001 1010101 1111 110110 1001010 110001

Color Harmonies of #DAC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC720

Black with #DAC720

Text Example


Text Example

White with #DAC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC720; }

 p { color: rgb(218,199,32); }

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

background-color css

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

 a { background-color: rgb(218,199,32); }

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

border-color css

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

 span { border-color: rgb(218,199,32); }

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