Html Css Color HEX #DACD16 Barberry

📋 copy color: '#DACD16'

red 218 ◦ green 205 ◦ blue 22

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

Shades of Barberry #DACD16

Tints of Barberry #DACD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

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

R = 48.99%
G = 46.07%
B = 4.94%

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

#DACD16 (or 0xDACD16) is known color: Barberry. HEX triplet: DA, CD and 16. RGB value is (218,205,22). Sum of RGB (Red+Green+Blue) = 218+205+22=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD16 is #2532E9. Grayscale: #BCBCBC. Windows color (decimal): -2437866 or 1494490. OLE color: 1494490.

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

Color convert

RGB 218 205 22 -
CMYK 0 0.06 0.90 0.15
HSL 56.02º 0.82% 0.47% -
HSV(B) 56.02º 0.9% 0.85% -
XYZ 50.89 58.63 9.39 -
YUV 188.03 34.31 149.38 -
System Red Green Blue C M Y K H S L
Decimal 218 205 22 0 0.06 0.90 0.15 56.02 0.82 0.47
Hex DA CD 16 0 6 5A F 38 52 2F
Octal 332 315 26 0 6 132 17 70 122 57
Binary 11011010 11001101 10110 0 110 1011010 1111 111000 1010010 101111

Color Harmonies of #DACD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD16

Black with #DACD16

Text Example


Text Example

White with #DACD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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