Html Css Color HEX #DAC72A Barberry

📋 copy color: '#DAC72A'

red 218 ◦ green 199 ◦ blue 42

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

Shades of Barberry #DAC72A

Tints of Barberry #DAC72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 47.49%
G = 43.36%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAC72A (or 0xDAC72A) is known color: Barberry. HEX triplet: DA, C7 and 2A. RGB value is (218,199,42). Sum of RGB (Red+Green+Blue) = 218+199+42=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC72A is #2538D5. Grayscale: #BBBBBB. Windows color (decimal): -2439382 or 2803674. OLE color: 2803674.

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

Color convert

RGB 218 199 42 -
CMYK 0 0.09 0.81 0.15
HSL 53.52º 0.7% 0.51% -
HSV(B) 53.52º 0.81% 0.85% -
XYZ 49.75 55.92 10.36 -
YUV 186.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 218 199 42 0 0.09 0.81 0.15 53.52 0.7 0.51
Hex DA C7 2A 0 9 51 F 36 46 33
Octal 332 307 52 0 11 121 17 66 106 63
Binary 11011010 11000111 101010 0 1001 1010001 1111 110110 1000110 110011

Color Harmonies of #DAC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC72A

Black with #DAC72A

Text Example


Text Example

White with #DAC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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