Html Css Color HEX #D8D311 Barberry

📋 copy color: '#D8D311'

red 216 ◦ green 211 ◦ blue 17

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

Shades of Barberry #D8D311

Tints of Barberry #D8D311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 48.65%
G = 47.52%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8D311 (or 0xD8D311) is known color: Barberry. HEX triplet: D8, D3 and 11. RGB value is (216,211,17). Sum of RGB (Red+Green+Blue) = 216+211+17=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D311 is #272CEE. Grayscale: #BFBFBF. Windows color (decimal): -2567407 or 1168344. OLE color: 1168344.

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

Color convert

RGB 216 211 17 -
CMYK 0 0.02 0.92 0.15
HSL 58.49º 0.85% 0.46% -
HSV(B) 58.49º 0.92% 0.85% -
XYZ 51.71 61.23 9.62 -
YUV 190.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 216 211 17 0 0.02 0.92 0.15 58.49 0.85 0.46
Hex D8 D3 11 0 2 5C F 3A 55 2E
Octal 330 323 21 0 2 134 17 72 125 56
Binary 11011000 11010011 10001 0 10 1011100 1111 111010 1010101 101110

Color Harmonies of #D8D311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D311

Black with #D8D311

Text Example


Text Example

White with #D8D311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D311; }

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

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

background-color css

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

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

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

border-color css

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

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

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