Html Css Color HEX #DACE20 Barberry

📋 copy color: '#DACE20'

red 218 ◦ green 206 ◦ blue 32

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

Shades of Barberry #DACE20

Tints of Barberry #DACE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 47.81%
G = 45.18%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DACE20 (or 0xDACE20) is known color: Barberry. HEX triplet: DA, CE and 20. RGB value is (218,206,32). Sum of RGB (Red+Green+Blue) = 218+206+32=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE20 is #2531DF. Grayscale: #BEBEBE. Windows color (decimal): -2437600 or 2150106. OLE color: 2150106.

HSL color Cylindrical-coordinate representation of color #DACE20: hue angle of 56.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DACE20 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 32 -
CMYK 0 0.06 0.85 0.15
HSL 56.13º 0.74% 0.49% -
HSV(B) 56.13º 0.85% 0.85% -
XYZ 51.25 59.15 10.08 -
YUV 189.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 218 206 32 0 0.06 0.85 0.15 56.13 0.74 0.49
Hex DA CE 20 0 6 55 F 38 4A 31
Octal 332 316 40 0 6 125 17 70 112 61
Binary 11011010 11001110 100000 0 110 1010101 1111 111000 1001010 110001

Color Harmonies of #DACE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE20

Black with #DACE20

Text Example


Text Example

White with #DACE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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