Html Css Color HEX #D5D318 Barberry

📋 copy color: '#D5D318'

red 213 ◦ green 211 ◦ blue 24

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

Shades of Barberry #D5D318

Tints of Barberry #D5D318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.36%

R = 47.54%
G = 47.1%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D5D318 (or 0xD5D318) is known color: Barberry. HEX triplet: D5, D3 and 18. RGB value is (213,211,24). Sum of RGB (Red+Green+Blue) = 213+211+24=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D318 is #2A2CE7. Grayscale: #BFBFBF. Windows color (decimal): -2764008 or 1627093. OLE color: 1627093.

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

Color convert

RGB 213 211 24 -
CMYK 0 0.01 0.89 0.16
HSL 59.37º 0.8% 0.46% -
HSV(B) 59.37º 0.89% 0.84% -
XYZ 50.9 60.8 9.92 -
YUV 190.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 213 211 24 0 0.01 0.89 0.16 59.37 0.8 0.46
Hex D5 D3 18 0 1 59 10 3B 50 2E
Octal 325 323 30 0 1 131 20 73 120 56
Binary 11010101 11010011 11000 0 1 1011001 10000 111011 1010000 101110

Color Harmonies of #D5D318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D318

Black with #D5D318

Text Example


Text Example

White with #D5D318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D318; }

 p { color: rgb(213,211,24); }

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

background-color css

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

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

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

border-color css

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

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

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