Html Css Color HEX #D7D216 Barberry

📋 copy color: '#D7D216'

red 215 ◦ green 210 ◦ blue 22

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

Shades of Barberry #D7D216

Tints of Barberry #D7D216

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

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

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

R = 48.1%
G = 46.98%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7D216 (or 0xD7D216) is known color: Barberry. HEX triplet: D7, D2 and 16. RGB value is (215,210,22). Sum of RGB (Red+Green+Blue) = 215+210+22=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D216 is #282DE9. Grayscale: #BEBEBE. Windows color (decimal): -2633194 or 1495767. OLE color: 1495767.

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

Color convert

RGB 215 210 22 -
CMYK 0 0.02 0.90 0.16
HSL 58.45º 0.81% 0.46% -
HSV(B) 58.45º 0.9% 0.84% -
XYZ 51.22 60.6 9.76 -
YUV 190.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 215 210 22 0 0.02 0.90 0.16 58.45 0.81 0.46
Hex D7 D2 16 0 2 5A 10 3A 51 2E
Octal 327 322 26 0 2 132 20 72 121 56
Binary 11010111 11010010 10110 0 10 1011010 10000 111010 1010001 101110

Color Harmonies of #D7D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D216

Black with #D7D216

Text Example


Text Example

White with #D7D216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D216; }

 p { color: rgb(215,210,22); }

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

background-color css

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

 a { background-color: rgb(215,210,22); }

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

border-color css

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

 span { border-color: rgb(215,210,22); }

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