Html Css Color HEX #DACE2C Barberry

📋 copy color: '#DACE2C'

red 218 ◦ green 206 ◦ blue 44

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

Shades of Barberry #DACE2C

Tints of Barberry #DACE2C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

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

R = 46.58%
G = 44.02%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DACE2C (or 0xDACE2C) is known color: Barberry. HEX triplet: DA, CE and 2C. RGB value is (218,206,44). Sum of RGB (Red+Green+Blue) = 218+206+44=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE2C is #2531D3. Grayscale: #BFBFBF. Windows color (decimal): -2437588 or 2936538. OLE color: 2936538.

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

Color convert

RGB 218 206 44 -
CMYK 0 0.06 0.80 0.15
HSL 55.86º 0.7% 0.51% -
HSV(B) 55.86º 0.8% 0.85% -
XYZ 51.44 59.23 11.1 -
YUV 191.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 218 206 44 0 0.06 0.80 0.15 55.86 0.7 0.51
Hex DA CE 2C 0 6 50 F 38 46 33
Octal 332 316 54 0 6 120 17 70 106 63
Binary 11011010 11001110 101100 0 110 1010000 1111 111000 1000110 110011

Color Harmonies of #DACE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE2C

Black with #DACE2C

Text Example


Text Example

White with #DACE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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