Html Css Color HEX #D1D710 Barberry

📋 copy color: '#D1D710'

red 209 ◦ green 215 ◦ blue 16

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

Shades of Barberry #D1D710

Tints of Barberry #D1D710

RGB

 RED value IS 209 (82.03% from 255) = 47.5%

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

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

R = 47.5%
G = 48.86%
B = 3.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D1D710 (or 0xD1D710) is known color: Barberry. HEX triplet: D1, D7 and 10. RGB value is (209,215,16). Sum of RGB (Red+Green+Blue) = 209+215+16=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D710 is #2E28EF. Grayscale: #BFBFBF. Windows color (decimal): -3025136 or 1103825. OLE color: 1103825.

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

Color convert

RGB 209 215 16 -
CMYK 0.03 0 0.93 0.16
HSL 61.81º 0.86% 0.45% -
HSV(B) 61.81º 0.93% 0.84% -
XYZ 50.69 62.19 9.82 -
YUV 190.52 29.51 141.18 -
System Red Green Blue C M Y K H S L
Decimal 209 215 16 0.03 0 0.93 0.16 61.81 0.86 0.45
Hex D1 D7 10 3 0 5D 10 3E 56 2D
Octal 321 327 20 3 0 135 20 76 126 55
Binary 11010001 11010111 10000 11 0 1011101 10000 111110 1010110 101101

Color Harmonies of #D1D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D710

Black with #D1D710

Text Example


Text Example

White with #D1D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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