Html Css Color HEX #D5D215 Barberry

📋 copy color: '#D5D215'

red 213 ◦ green 210 ◦ blue 21

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

Shades of Barberry #D5D215

Tints of Barberry #D5D215

RGB

 RED value IS 213 (83.59% from 255) = 47.97%

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

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

R = 47.97%
G = 47.3%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5D215 (or 0xD5D215) is known color: Barberry. HEX triplet: D5, D2 and 15. RGB value is (213,210,21). Sum of RGB (Red+Green+Blue) = 213+210+21=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D215 is #2A2DEA. Grayscale: #BEBEBE. Windows color (decimal): -2764267 or 1430229. OLE color: 1430229.

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

Color convert

RGB 213 210 21 -
CMYK 0 0.01 0.90 0.16
HSL 59.06º 0.82% 0.46% -
HSV(B) 59.06º 0.9% 0.84% -
XYZ 50.62 60.29 9.68 -
YUV 189.35 32.99 144.87 -
System Red Green Blue C M Y K H S L
Decimal 213 210 21 0 0.01 0.90 0.16 59.06 0.82 0.46
Hex D5 D2 15 0 1 5A 10 3B 52 2E
Octal 325 322 25 0 1 132 20 73 122 56
Binary 11010101 11010010 10101 0 1 1011010 10000 111011 1010010 101110

Color Harmonies of #D5D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D215

Black with #D5D215

Text Example


Text Example

White with #D5D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D215; }

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

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

background-color css

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

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

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

border-color css

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

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

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