Html Css Color HEX #DAD210 Barberry

📋 copy color: '#DAD210'

red 218 ◦ green 210 ◦ blue 16

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

Shades of Barberry #DAD210

Tints of Barberry #DAD210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 49.1%
G = 47.3%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD210 (or 0xDAD210) is known color: Barberry. HEX triplet: DA, D2 and 10. RGB value is (218,210,16). Sum of RGB (Red+Green+Blue) = 218+210+16=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD210 is #252DEF. Grayscale: #BFBFBF. Windows color (decimal): -2436592 or 1102554. OLE color: 1102554.

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

Color convert

RGB 218 210 16 -
CMYK 0 0.04 0.93 0.15
HSL 57.62º 0.86% 0.46% -
HSV(B) 57.62º 0.93% 0.85% -
XYZ 52.05 61.04 9.53 -
YUV 190.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 218 210 16 0 0.04 0.93 0.15 57.62 0.86 0.46
Hex DA D2 10 0 4 5D F 3A 56 2E
Octal 332 322 20 0 4 135 17 72 126 56
Binary 11011010 11010010 10000 0 100 1011101 1111 111010 1010110 101110

Color Harmonies of #DAD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD210

Black with #DAD210

Text Example


Text Example

White with #DAD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD210; }

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

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

background-color css

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

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

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

border-color css

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

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

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