Html Css Color HEX #D8D516 Barberry

📋 copy color: '#D8D516'

red 216 ◦ green 213 ◦ blue 22

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

Shades of Barberry #D8D516

Tints of Barberry #D8D516

RGB

 RED value IS 216 (84.77% from 255) = 47.89%

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

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 47.89%
G = 47.23%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8D516 (or 0xD8D516) is known color: Barberry. HEX triplet: D8, D5 and 16. RGB value is (216,213,22). Sum of RGB (Red+Green+Blue) = 216+213+22=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D516 is #272AE9. Grayscale: #C0C0C0. Windows color (decimal): -2566890 or 1496536. OLE color: 1496536.

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

Color convert

RGB 216 213 22 -
CMYK 0 0.01 0.90 0.15
HSL 59.07º 0.82% 0.47% -
HSV(B) 59.07º 0.9% 0.85% -
XYZ 52.26 62.25 10.02 -
YUV 192.12 31.99 145.03 -
System Red Green Blue C M Y K H S L
Decimal 216 213 22 0 0.01 0.90 0.15 59.07 0.82 0.47
Hex D8 D5 16 0 1 5A F 3B 52 2F
Octal 330 325 26 0 1 132 17 73 122 57
Binary 11011000 11010101 10110 0 1 1011010 1111 111011 1010010 101111

Color Harmonies of #D8D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D516

Black with #D8D516

Text Example


Text Example

White with #D8D516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D516; }

 p { color: rgb(216,213,22); }

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

background-color css

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

 a { background-color: rgb(216,213,22); }

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

border-color css

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

 span { border-color: rgb(216,213,22); }

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