Html Css Color HEX #DAC72D Barberry

📋 copy color: '#DAC72D'

red 218 ◦ green 199 ◦ blue 45

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

Shades of Barberry #DAC72D

Tints of Barberry #DAC72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.74%

R = 47.19%
G = 43.07%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAC72D (or 0xDAC72D) is known color: Barberry. HEX triplet: DA, C7 and 2D. RGB value is (218,199,45). Sum of RGB (Red+Green+Blue) = 218+199+45=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC72D is #2538D2. Grayscale: #BBBBBB. Windows color (decimal): -2439379 or 3000282. OLE color: 3000282.

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

Color convert

RGB 218 199 45 -
CMYK 0 0.09 0.79 0.15
HSL 53.41º 0.7% 0.52% -
HSV(B) 53.41º 0.79% 0.85% -
XYZ 49.81 55.94 10.66 -
YUV 187.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 218 199 45 0 0.09 0.79 0.15 53.41 0.7 0.52
Hex DA C7 2D 0 9 4F F 35 46 34
Octal 332 307 55 0 11 117 17 65 106 64
Binary 11011010 11000111 101101 0 1001 1001111 1111 110101 1000110 110100

Color Harmonies of #DAC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC72D

Black with #DAC72D

Text Example


Text Example

White with #DAC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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