Html Css Color HEX #D8D215 Barberry

📋 copy color: '#D8D215'

red 216 ◦ green 210 ◦ blue 21

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

Shades of Barberry #D8D215

Tints of Barberry #D8D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 21 (8.59% from 255) = 4.7%

R = 48.32%
G = 46.98%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8D215 (or 0xD8D215) is known color: Barberry. HEX triplet: D8, D2 and 15. RGB value is (216,210,21). Sum of RGB (Red+Green+Blue) = 216+210+21=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D215 is #272DEA. Grayscale: #BFBFBF. Windows color (decimal): -2567659 or 1430232. OLE color: 1430232.

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

Color convert

RGB 216 210 21 -
CMYK 0 0.03 0.90 0.15
HSL 58.15º 0.82% 0.46% -
HSV(B) 58.15º 0.9% 0.85% -
XYZ 51.5 60.75 9.72 -
YUV 190.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 216 210 21 0 0.03 0.90 0.15 58.15 0.82 0.46
Hex D8 D2 15 0 3 5A F 3A 52 2E
Octal 330 322 25 0 3 132 17 72 122 56
Binary 11011000 11010010 10101 0 11 1011010 1111 111010 1010010 101110

Color Harmonies of #D8D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D215

Black with #D8D215

Text Example


Text Example

White with #D8D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D215; }

 p { color: rgb(216,210,21); }

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

background-color css

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

 a { background-color: rgb(216,210,21); }

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

border-color css

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

 span { border-color: rgb(216,210,21); }

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