Html Css Color HEX #DAC62C Barberry

📋 copy color: '#DAC62C'

red 218 ◦ green 198 ◦ blue 44

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

Shades of Barberry #DAC62C

Tints of Barberry #DAC62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

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

R = 47.39%
G = 43.04%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAC62C (or 0xDAC62C) is known color: Barberry. HEX triplet: DA, C6 and 2C. RGB value is (218,198,44). Sum of RGB (Red+Green+Blue) = 218+198+44=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC62C is #2539D3. Grayscale: #BBBBBB. Windows color (decimal): -2439636 or 2934490. OLE color: 2934490.

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

Color convert

RGB 218 198 44 -
CMYK 0 0.09 0.80 0.15
HSL 53.1º 0.7% 0.51% -
HSV(B) 53.1º 0.8% 0.85% -
XYZ 49.56 55.48 10.48 -
YUV 186.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 218 198 44 0 0.09 0.80 0.15 53.1 0.7 0.51
Hex DA C6 2C 0 9 50 F 35 46 33
Octal 332 306 54 0 11 120 17 65 106 63
Binary 11011010 11000110 101100 0 1001 1010000 1111 110101 1000110 110011

Color Harmonies of #DAC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC62C

Black with #DAC62C

Text Example


Text Example

White with #DAC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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