Html Css Color HEX #DAC42C Barberry

📋 copy color: '#DAC42C'

red 218 ◦ green 196 ◦ blue 44

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

Shades of Barberry #DAC42C

Tints of Barberry #DAC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 47.6%
G = 42.79%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC42C (or 0xDAC42C) is known color: Barberry. HEX triplet: DA, C4 and 2C. RGB value is (218,196,44). Sum of RGB (Red+Green+Blue) = 218+196+44=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC42C is #253BD3. Grayscale: #B9B9B9. Windows color (decimal): -2440148 or 2933978. OLE color: 2933978.

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

Color convert

RGB 218 196 44 -
CMYK 0 0.10 0.80 0.15
HSL 52.41º 0.7% 0.51% -
HSV(B) 52.41º 0.8% 0.85% -
XYZ 49.11 54.57 10.33 -
YUV 185.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 218 196 44 0 0.10 0.80 0.15 52.41 0.7 0.51
Hex DA C4 2C 0 A 50 F 34 46 33
Octal 332 304 54 0 12 120 17 64 106 63
Binary 11011010 11000100 101100 0 1010 1010000 1111 110100 1000110 110011

Color Harmonies of #DAC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC42C

Black with #DAC42C

Text Example


Text Example

White with #DAC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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