Html Css Color HEX #DAC12C Barberry

📋 copy color: '#DAC12C'

red 218 ◦ green 193 ◦ blue 44

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

Shades of Barberry #DAC12C

Tints of Barberry #DAC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

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

R = 47.91%
G = 42.42%
B = 9.67%

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

#DAC12C (or 0xDAC12C) is known color: Barberry. HEX triplet: DA, C1 and 2C. RGB value is (218,193,44). Sum of RGB (Red+Green+Blue) = 218+193+44=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC12C is #253ED3. Grayscale: #B8B8B8. Windows color (decimal): -2440916 or 2933210. OLE color: 2933210.

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

Color convert

RGB 218 193 44 -
CMYK 0 0.11 0.80 0.15
HSL 51.38º 0.7% 0.51% -
HSV(B) 51.38º 0.8% 0.85% -
XYZ 48.44 53.23 10.1 -
YUV 183.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 218 193 44 0 0.11 0.80 0.15 51.38 0.7 0.51
Hex DA C1 2C 0 B 50 F 33 46 33
Octal 332 301 54 0 13 120 17 63 106 63
Binary 11011010 11000001 101100 0 1011 1010000 1111 110011 1000110 110011

Color Harmonies of #DAC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC12C

Black with #DAC12C

Text Example


Text Example

White with #DAC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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