Html Css Color HEX #D5D913 Barberry

📋 copy color: '#D5D913'

red 213 ◦ green 217 ◦ blue 19

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

Shades of Barberry #D5D913

Tints of Barberry #D5D913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 47.44%
G = 48.33%
B = 4.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D5D913 (or 0xD5D913) is known color: Barberry. HEX triplet: D5, D9 and 13. RGB value is (213,217,19). Sum of RGB (Red+Green+Blue) = 213+217+19=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D913 is #2A26EC. Grayscale: #C2C2C2. Windows color (decimal): -2762477 or 1300949. OLE color: 1300949.

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

Color convert

RGB 213 217 19 -
CMYK 0.02 0 0.91 0.15
HSL 61.21º 0.84% 0.46% -
HSV(B) 61.21º 0.91% 0.85% -
XYZ 52.37 63.82 10.17 -
YUV 193.23 29.67 142.1 -
System Red Green Blue C M Y K H S L
Decimal 213 217 19 0.02 0 0.91 0.15 61.21 0.84 0.46
Hex D5 D9 13 2 0 5B F 3D 54 2E
Octal 325 331 23 2 0 133 17 75 124 56
Binary 11010101 11011001 10011 10 0 1011011 1111 111101 1010100 101110

Color Harmonies of #D5D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D913

Black with #D5D913

Text Example


Text Example

White with #D5D913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D913; }

 p { color: rgb(213,217,19); }

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

background-color css

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

 a { background-color: rgb(213,217,19); }

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

border-color css

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

 span { border-color: rgb(213,217,19); }

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