Html Css Color HEX #DAC329 Barberry

📋 copy color: '#DAC329'

red 218 ◦ green 195 ◦ blue 41

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

Shades of Barberry #DAC329

Tints of Barberry #DAC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 48.02%
G = 42.95%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAC329 (or 0xDAC329) is known color: Barberry. HEX triplet: DA, C3 and 29. RGB value is (218,195,41). Sum of RGB (Red+Green+Blue) = 218+195+41=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC329 is #253CD6. Grayscale: #B8B8B8. Windows color (decimal): -2440407 or 2737114. OLE color: 2737114.

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

Color convert

RGB 218 195 41 -
CMYK 0 0.11 0.81 0.15
HSL 52.2º 0.71% 0.51% -
HSV(B) 52.2º 0.81% 0.85% -
XYZ 48.83 54.1 9.97 -
YUV 184.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 218 195 41 0 0.11 0.81 0.15 52.2 0.71 0.51
Hex DA C3 29 0 B 51 F 34 47 33
Octal 332 303 51 0 13 121 17 64 107 63
Binary 11011010 11000011 101001 0 1011 1010001 1111 110100 1000111 110011

Color Harmonies of #DAC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC329

Black with #DAC329

Text Example


Text Example

White with #DAC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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