Html Css Color HEX #D6D215 Barberry

📋 copy color: '#D6D215'

red 214 ◦ green 210 ◦ blue 21

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

Shades of Barberry #D6D215

Tints of Barberry #D6D215

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

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

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

R = 48.09%
G = 47.19%
B = 4.72%

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

#D6D215 (or 0xD6D215) is known color: Barberry. HEX triplet: D6, D2 and 15. RGB value is (214,210,21). Sum of RGB (Red+Green+Blue) = 214+210+21=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D215 is #292DEA. Grayscale: #BEBEBE. Windows color (decimal): -2698731 or 1430230. OLE color: 1430230.

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

Color convert

RGB 214 210 21 -
CMYK 0 0.02 0.90 0.16
HSL 58.76º 0.82% 0.46% -
HSV(B) 58.76º 0.9% 0.84% -
XYZ 50.91 60.44 9.69 -
YUV 189.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 214 210 21 0 0.02 0.90 0.16 58.76 0.82 0.46
Hex D6 D2 15 0 2 5A 10 3B 52 2E
Octal 326 322 25 0 2 132 20 73 122 56
Binary 11010110 11010010 10101 0 10 1011010 10000 111011 1010010 101110

Color Harmonies of #D6D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D215

Black with #D6D215

Text Example


Text Example

White with #D6D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D215; }

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

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

background-color css

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

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

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

border-color css

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

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

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