Html Css Color HEX #D3D713 Barberry

📋 copy color: '#D3D713'

red 211 ◦ green 215 ◦ blue 19

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

Shades of Barberry #D3D713

Tints of Barberry #D3D713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.27%

R = 47.42%
G = 48.31%
B = 4.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D3D713 (or 0xD3D713) is known color: Barberry. HEX triplet: D3, D7 and 13. RGB value is (211,215,19). Sum of RGB (Red+Green+Blue) = 211+215+19=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D713 is #2C28EC. Grayscale: #C0C0C0. Windows color (decimal): -2894061 or 1300435. OLE color: 1300435.

HSL color Cylindrical-coordinate representation of color #D3D713: hue angle of 61.22º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3D713 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 215 19 -
CMYK 0.02 0 0.91 0.16
HSL 61.22º 0.84% 0.46% -
HSV(B) 61.22º 0.91% 0.84% -
XYZ 51.28 62.5 9.98 -
YUV 191.46 30.67 141.94 -
System Red Green Blue C M Y K H S L
Decimal 211 215 19 0.02 0 0.91 0.16 61.22 0.84 0.46
Hex D3 D7 13 2 0 5B 10 3D 54 2E
Octal 323 327 23 2 0 133 20 75 124 56
Binary 11010011 11010111 10011 10 0 1011011 10000 111101 1010100 101110

Color Harmonies of #D3D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D713

Black with #D3D713

Text Example


Text Example

White with #D3D713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D713; }

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

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

background-color css

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

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

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

border-color css

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

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

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