Html Css Color HEX #DAD710 Barberry

📋 copy color: '#DAD710'

red 218 ◦ green 215 ◦ blue 16

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

Shades of Barberry #DAD710

Tints of Barberry #DAD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

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

R = 48.55%
G = 47.88%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD710 (or 0xDAD710) is known color: Barberry. HEX triplet: DA, D7 and 10. RGB value is (218,215,16). Sum of RGB (Red+Green+Blue) = 218+215+16=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD710 is #2528EF. Grayscale: #C2C2C2. Windows color (decimal): -2435312 or 1103834. OLE color: 1103834.

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

Color convert

RGB 218 215 16 -
CMYK 0 0.01 0.93 0.15
HSL 59.11º 0.86% 0.46% -
HSV(B) 59.11º 0.93% 0.85% -
XYZ 53.31 63.54 9.95 -
YUV 193.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 218 215 16 0 0.01 0.93 0.15 59.11 0.86 0.46
Hex DA D7 10 0 1 5D F 3B 56 2E
Octal 332 327 20 0 1 135 17 73 126 56
Binary 11011010 11010111 10000 0 1 1011101 1111 111011 1010110 101110

Color Harmonies of #DAD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD710

Black with #DAD710

Text Example


Text Example

White with #DAD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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