Html Css Color HEX #D5D710 Barberry

📋 copy color: '#D5D710'

red 213 ◦ green 215 ◦ blue 16

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

Shades of Barberry #D5D710

Tints of Barberry #D5D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 47.97%
G = 48.42%
B = 3.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5D710 (or 0xD5D710) is known color: Barberry. HEX triplet: D5, D7 and 10. RGB value is (213,215,16). Sum of RGB (Red+Green+Blue) = 213+215+16=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D710 is #2A28EF. Grayscale: #C0C0C0. Windows color (decimal): -2762992 or 1103829. OLE color: 1103829.

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

Color convert

RGB 213 215 16 -
CMYK 0.01 0 0.93 0.16
HSL 60.6º 0.86% 0.45% -
HSV(B) 60.6º 0.93% 0.84% -
XYZ 51.83 62.78 9.88 -
YUV 191.72 28.84 143.18 -
System Red Green Blue C M Y K H S L
Decimal 213 215 16 0.01 0 0.93 0.16 60.6 0.86 0.45
Hex D5 D7 10 1 0 5D 10 3D 56 2D
Octal 325 327 20 1 0 135 20 75 126 55
Binary 11010101 11010111 10000 1 0 1011101 10000 111101 1010110 101101

Color Harmonies of #D5D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D710

Black with #D5D710

Text Example


Text Example

White with #D5D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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