Html Css Color HEX #D8D310 Barberry

📋 copy color: '#D8D310'

red 216 ◦ green 211 ◦ blue 16

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

Shades of Barberry #D8D310

Tints of Barberry #D8D310

RGB

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

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

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

R = 48.76%
G = 47.63%
B = 3.61%

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

#D8D310 (or 0xD8D310) is known color: Barberry. HEX triplet: D8, D3 and 10. RGB value is (216,211,16). Sum of RGB (Red+Green+Blue) = 216+211+16=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D310 is #272CEF. Grayscale: #BFBFBF. Windows color (decimal): -2567408 or 1102808. OLE color: 1102808.

HSL color Cylindrical-coordinate representation of color #D8D310: hue angle of 58.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8D310 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 16 -
CMYK 0 0.02 0.93 0.15
HSL 58.5º 0.86% 0.45% -
HSV(B) 58.5º 0.93% 0.85% -
XYZ 51.71 61.22 9.58 -
YUV 190.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 216 211 16 0 0.02 0.93 0.15 58.5 0.86 0.45
Hex D8 D3 10 0 2 5D F 3A 56 2D
Octal 330 323 20 0 2 135 17 72 126 55
Binary 11011000 11010011 10000 0 10 1011101 1111 111010 1010110 101101

Color Harmonies of #D8D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D310

Black with #D8D310

Text Example


Text Example

White with #D8D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D310; }

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

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

background-color css

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

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

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

border-color css

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

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

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