Html Css Color HEX #DAD211 Barberry

📋 copy color: '#DAD211'

red 218 ◦ green 210 ◦ blue 17

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

Shades of Barberry #DAD211

Tints of Barberry #DAD211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 17 (7.03% from 255) = 3.82%

R = 48.99%
G = 47.19%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAD211 (or 0xDAD211) is known color: Barberry. HEX triplet: DA, D2 and 11. RGB value is (218,210,17). Sum of RGB (Red+Green+Blue) = 218+210+17=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD211 is #252DEE. Grayscale: #BFBFBF. Windows color (decimal): -2436591 or 1168090. OLE color: 1168090.

HSL color Cylindrical-coordinate representation of color #DAD211: hue angle of 57.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAD211 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 17 -
CMYK 0 0.04 0.92 0.15
HSL 57.61º 0.86% 0.46% -
HSV(B) 57.61º 0.92% 0.85% -
XYZ 52.06 61.04 9.57 -
YUV 190.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 218 210 17 0 0.04 0.92 0.15 57.61 0.86 0.46
Hex DA D2 11 0 4 5C F 3A 56 2E
Octal 332 322 21 0 4 134 17 72 126 56
Binary 11011010 11010010 10001 0 100 1011100 1111 111010 1010110 101110

Color Harmonies of #DAD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD211

Black with #DAD211

Text Example


Text Example

White with #DAD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD211; }

 p { color: rgb(218,210,17); }

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

background-color css

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

 a { background-color: rgb(218,210,17); }

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

border-color css

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

 span { border-color: rgb(218,210,17); }

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