Html Css Color HEX #D3D710 Barberry

📋 copy color: '#D3D710'

red 211 ◦ green 215 ◦ blue 16

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

Shades of Barberry #D3D710

Tints of Barberry #D3D710

RGB

 RED value IS 211 (82.81% from 255) = 47.74%

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

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

R = 47.74%
G = 48.64%
B = 3.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D3D710 (or 0xD3D710) is known color: Barberry. HEX triplet: D3, D7 and 10. RGB value is (211,215,16). Sum of RGB (Red+Green+Blue) = 211+215+16=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D710 is #2C28EF. Grayscale: #BFBFBF. Windows color (decimal): -2894064 or 1103827. OLE color: 1103827.

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

Color convert

RGB 211 215 16 -
CMYK 0.02 0 0.93 0.16
HSL 61.21º 0.86% 0.45% -
HSV(B) 61.21º 0.93% 0.84% -
XYZ 51.26 62.49 9.85 -
YUV 191.12 29.17 142.18 -
System Red Green Blue C M Y K H S L
Decimal 211 215 16 0.02 0 0.93 0.16 61.21 0.86 0.45
Hex D3 D7 10 2 0 5D 10 3D 56 2D
Octal 323 327 20 2 0 135 20 75 126 55
Binary 11010011 11010111 10000 10 0 1011101 10000 111101 1010110 101101

Color Harmonies of #D3D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D710

Black with #D3D710

Text Example


Text Example

White with #D3D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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