Html Css Color HEX #DAD510 Barberry

📋 copy color: '#DAD510'

red 218 ◦ green 213 ◦ blue 16

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

Shades of Barberry #DAD510

Tints of Barberry #DAD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

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

R = 48.77%
G = 47.65%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAD510 (or 0xDAD510) is known color: Barberry. HEX triplet: DA, D5 and 10. RGB value is (218,213,16). Sum of RGB (Red+Green+Blue) = 218+213+16=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD510 is #252AEF. Grayscale: #C0C0C0. Windows color (decimal): -2435824 or 1103322. OLE color: 1103322.

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

Color convert

RGB 218 213 16 -
CMYK 0 0.02 0.93 0.15
HSL 58.51º 0.86% 0.46% -
HSV(B) 58.51º 0.93% 0.85% -
XYZ 52.8 62.53 9.78 -
YUV 192.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 218 213 16 0 0.02 0.93 0.15 58.51 0.86 0.46
Hex DA D5 10 0 2 5D F 3B 56 2E
Octal 332 325 20 0 2 135 17 73 126 56
Binary 11011010 11010101 10000 0 10 1011101 1111 111011 1010110 101110

Color Harmonies of #DAD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD510

Black with #DAD510

Text Example


Text Example

White with #DAD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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