Html Css Color HEX #DACD15 Barberry

📋 copy color: '#DACD15'

red 218 ◦ green 205 ◦ blue 21

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

Shades of Barberry #DACD15

Tints of Barberry #DACD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 49.1%
G = 46.17%
B = 4.73%

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

#DACD15 (or 0xDACD15) is known color: Barberry. HEX triplet: DA, CD and 15. RGB value is (218,205,21). Sum of RGB (Red+Green+Blue) = 218+205+21=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD15 is #2532EA. Grayscale: #BCBCBC. Windows color (decimal): -2437867 or 1428954. OLE color: 1428954.

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

Color convert

RGB 218 205 21 -
CMYK 0 0.06 0.90 0.15
HSL 56.04º 0.82% 0.47% -
HSV(B) 56.04º 0.9% 0.85% -
XYZ 50.88 58.62 9.34 -
YUV 187.91 33.81 149.46 -
System Red Green Blue C M Y K H S L
Decimal 218 205 21 0 0.06 0.90 0.15 56.04 0.82 0.47
Hex DA CD 15 0 6 5A F 38 52 2F
Octal 332 315 25 0 6 132 17 70 122 57
Binary 11011010 11001101 10101 0 110 1011010 1111 111000 1010010 101111

Color Harmonies of #DACD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD15

Black with #DACD15

Text Example


Text Example

White with #DACD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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