Html Css Color HEX #D6D516 Barberry

📋 copy color: '#D6D516'

red 214 ◦ green 213 ◦ blue 22

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

Shades of Barberry #D6D516

Tints of Barberry #D6D516

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

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

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

R = 47.66%
G = 47.44%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6D516 (or 0xD6D516) is known color: Barberry. HEX triplet: D6, D5 and 16. RGB value is (214,213,22). Sum of RGB (Red+Green+Blue) = 214+213+22=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D516 is #292AE9. Grayscale: #C0C0C0. Windows color (decimal): -2697962 or 1496534. OLE color: 1496534.

HSL color Cylindrical-coordinate representation of color #D6D516: hue angle of 59.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6D516 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 22 -
CMYK 0 0.00 0.90 0.16
HSL 59.69º 0.81% 0.46% -
HSV(B) 59.69º 0.9% 0.84% -
XYZ 51.67 61.94 9.99 -
YUV 191.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 214 213 22 0 0.00 0.90 0.16 59.69 0.81 0.46
Hex D6 D5 16 0 0 5A 10 3C 51 2E
Octal 326 325 26 0 0 132 20 74 121 56
Binary 11010110 11010101 10110 0 0 1011010 10000 111100 1010001 101110

Color Harmonies of #D6D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D516

Black with #D6D516

Text Example


Text Example

White with #D6D516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D516; }

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

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

background-color css

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

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

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

border-color css

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

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

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