Html Css Color HEX #D3D310 Barberry

📋 copy color: '#D3D310'

red 211 ◦ green 211 ◦ blue 16

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

Shades of Barberry #D3D310

Tints of Barberry #D3D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

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

R = 48.17%
G = 48.17%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3D310 (or 0xD3D310) is known color: Barberry. HEX triplet: D3, D3 and 10. RGB value is (211,211,16). Sum of RGB (Red+Green+Blue) = 211+211+16=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D310 is #2C2CEF. Grayscale: #BDBDBD. Windows color (decimal): -2895088 or 1102803. OLE color: 1102803.

HSL color Cylindrical-coordinate representation of color #D3D310: hue angle of 60º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3D310 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 211 16 -
CMYK 0 0 0.92 0.17
HSL 60º 0.86% 0.45% -
HSV(B) 60º 0.92% 0.83% -
XYZ 50.25 60.47 9.51 -
YUV 188.77 30.5 143.86 -
System Red Green Blue C M Y K H S L
Decimal 211 211 16 0 0 0.92 0.17 60 0.86 0.45
Hex D3 D3 10 0 0 5C 11 3C 56 2D
Octal 323 323 20 0 0 134 21 74 126 55
Binary 11010011 11010011 10000 0 0 1011100 10001 111100 1010110 101101

Color Harmonies of #D3D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D310

Black with #D3D310

Text Example


Text Example

White with #D3D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D310; }

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

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

background-color css

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

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

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

border-color css

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

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

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