Html Css Color HEX #D7D316 Barberry

📋 copy color: '#D7D316'

red 215 ◦ green 211 ◦ blue 22

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

Shades of Barberry #D7D316

Tints of Barberry #D7D316

RGB

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

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

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

R = 47.99%
G = 47.1%
B = 4.91%

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

#D7D316 (or 0xD7D316) is known color: Barberry. HEX triplet: D7, D3 and 16. RGB value is (215,211,22). Sum of RGB (Red+Green+Blue) = 215+211+22=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D316 is #282CE9. Grayscale: #BFBFBF. Windows color (decimal): -2632938 or 1496023. OLE color: 1496023.

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

Color convert

RGB 215 211 22 -
CMYK 0 0.02 0.90 0.16
HSL 58.76º 0.81% 0.46% -
HSV(B) 58.76º 0.9% 0.84% -
XYZ 51.46 61.09 9.84 -
YUV 190.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 215 211 22 0 0.02 0.90 0.16 58.76 0.81 0.46
Hex D7 D3 16 0 2 5A 10 3B 51 2E
Octal 327 323 26 0 2 132 20 73 121 56
Binary 11010111 11010011 10110 0 10 1011010 10000 111011 1010001 101110

Color Harmonies of #D7D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D316

Black with #D7D316

Text Example


Text Example

White with #D7D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D316; }

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

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

background-color css

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

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

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

border-color css

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

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

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