Html Css Color HEX #D7D210 Barberry

📋 copy color: '#D7D210'

red 215 ◦ green 210 ◦ blue 16

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

Shades of Barberry #D7D210

Tints of Barberry #D7D210

RGB

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

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

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

R = 48.75%
G = 47.62%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7D210 (or 0xD7D210) is known color: Barberry. HEX triplet: D7, D2 and 10. RGB value is (215,210,16). Sum of RGB (Red+Green+Blue) = 215+210+16=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D210 is #282DEF. Grayscale: #BEBEBE. Windows color (decimal): -2633200 or 1102551. OLE color: 1102551.

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

Color convert

RGB 215 210 16 -
CMYK 0 0.02 0.93 0.16
HSL 58.49º 0.86% 0.45% -
HSV(B) 58.49º 0.93% 0.84% -
XYZ 51.16 60.58 9.49 -
YUV 189.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 215 210 16 0 0.02 0.93 0.16 58.49 0.86 0.45
Hex D7 D2 10 0 2 5D 10 3A 56 2D
Octal 327 322 20 0 2 135 20 72 126 55
Binary 11010111 11010010 10000 0 10 1011101 10000 111010 1010110 101101

Color Harmonies of #D7D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D210

Black with #D7D210

Text Example


Text Example

White with #D7D210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D210; }

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

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

background-color css

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

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

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

border-color css

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

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

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