Html Css Color HEX #D8D316 Barberry

📋 copy color: '#D8D316'

red 216 ◦ green 211 ◦ blue 22

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

Shades of Barberry #D8D316

Tints of Barberry #D8D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

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

R = 48.11%
G = 46.99%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8D316 (or 0xD8D316) is known color: Barberry. HEX triplet: D8, D3 and 16. RGB value is (216,211,22). Sum of RGB (Red+Green+Blue) = 216+211+22=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D316 is #272CE9. Grayscale: #BFBFBF. Windows color (decimal): -2567402 or 1496024. OLE color: 1496024.

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

Color convert

RGB 216 211 22 -
CMYK 0 0.02 0.90 0.15
HSL 58.45º 0.82% 0.47% -
HSV(B) 58.45º 0.9% 0.85% -
XYZ 51.76 61.25 9.85 -
YUV 190.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 216 211 22 0 0.02 0.90 0.15 58.45 0.82 0.47
Hex D8 D3 16 0 2 5A F 3A 52 2F
Octal 330 323 26 0 2 132 17 72 122 57
Binary 11011000 11010011 10110 0 10 1011010 1111 111010 1010010 101111

Color Harmonies of #D8D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D316

Black with #D8D316

Text Example


Text Example

White with #D8D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D316; }

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

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

background-color css

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

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

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

border-color css

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

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

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