Html Css Color HEX #DAC32D Barberry

📋 copy color: '#DAC32D'

red 218 ◦ green 195 ◦ blue 45

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

Shades of Barberry #DAC32D

Tints of Barberry #DAC32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.58%

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

R = 47.6%
G = 42.58%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAC32D (or 0xDAC32D) is known color: Barberry. HEX triplet: DA, C3 and 2D. RGB value is (218,195,45). Sum of RGB (Red+Green+Blue) = 218+195+45=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC32D is #253CD2. Grayscale: #B9B9B9. Windows color (decimal): -2440403 or 2999258. OLE color: 2999258.

HSL color Cylindrical-coordinate representation of color #DAC32D: hue angle of 52.02º 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 #DAC32D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 45 -
CMYK 0 0.11 0.79 0.15
HSL 52.02º 0.7% 0.52% -
HSV(B) 52.02º 0.79% 0.85% -
XYZ 48.9 54.13 10.35 -
YUV 184.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 218 195 45 0 0.11 0.79 0.15 52.02 0.7 0.52
Hex DA C3 2D 0 B 4F F 34 46 34
Octal 332 303 55 0 13 117 17 64 106 64
Binary 11011010 11000011 101101 0 1011 1001111 1111 110100 1000110 110100

Color Harmonies of #DAC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC32D

Black with #DAC32D

Text Example


Text Example

White with #DAC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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