Html Css Color HEX #DAC32C Barberry

📋 copy color: '#DAC32C'

red 218 ◦ green 195 ◦ blue 44

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

Shades of Barberry #DAC32C

Tints of Barberry #DAC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.63%

R = 47.7%
G = 42.67%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC32C (or 0xDAC32C) is known color: Barberry. HEX triplet: DA, C3 and 2C. RGB value is (218,195,44). Sum of RGB (Red+Green+Blue) = 218+195+44=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC32C is #253CD3. Grayscale: #B9B9B9. Windows color (decimal): -2440404 or 2933722. OLE color: 2933722.

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

Color convert

RGB 218 195 44 -
CMYK 0 0.11 0.80 0.15
HSL 52.07º 0.7% 0.51% -
HSV(B) 52.07º 0.8% 0.85% -
XYZ 48.88 54.12 10.25 -
YUV 184.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 218 195 44 0 0.11 0.80 0.15 52.07 0.7 0.51
Hex DA C3 2C 0 B 50 F 34 46 33
Octal 332 303 54 0 13 120 17 64 106 63
Binary 11011010 11000011 101100 0 1011 1010000 1111 110100 1000110 110011

Color Harmonies of #DAC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC32C

Black with #DAC32C

Text Example


Text Example

White with #DAC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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