Html Css Color HEX #DACC16 Barberry

📋 copy color: '#DACC16'

red 218 ◦ green 204 ◦ blue 22

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

Shades of Barberry #DACC16

Tints of Barberry #DACC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 22 (8.98% from 255) = 4.95%

R = 49.1%
G = 45.95%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DACC16 (or 0xDACC16) is known color: Barberry. HEX triplet: DA, CC and 16. RGB value is (218,204,22). Sum of RGB (Red+Green+Blue) = 218+204+22=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC16 is #2533E9. Grayscale: #BCBCBC. Windows color (decimal): -2438122 or 1494234. OLE color: 1494234.

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

Color convert

RGB 218 204 22 -
CMYK 0 0.06 0.90 0.15
HSL 55.71º 0.82% 0.47% -
HSV(B) 55.71º 0.9% 0.85% -
XYZ 50.65 58.15 9.31 -
YUV 187.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 218 204 22 0 0.06 0.90 0.15 55.71 0.82 0.47
Hex DA CC 16 0 6 5A F 38 52 2F
Octal 332 314 26 0 6 132 17 70 122 57
Binary 11011010 11001100 10110 0 110 1011010 1111 111000 1010010 101111

Color Harmonies of #DACC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC16

Black with #DACC16

Text Example


Text Example

White with #DACC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC16; }

 p { color: rgb(218,204,22); }

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

background-color css

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

 a { background-color: rgb(218,204,22); }

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

border-color css

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

 span { border-color: rgb(218,204,22); }

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