Html Css Color HEX #D5D918 Barberry

📋 copy color: '#D5D918'

red 213 ◦ green 217 ◦ blue 24

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

Shades of Barberry #D5D918

Tints of Barberry #D5D918

RGB

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

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

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

R = 46.92%
G = 47.8%
B = 5.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D5D918 (or 0xD5D918) is known color: Barberry. HEX triplet: D5, D9 and 18. RGB value is (213,217,24). Sum of RGB (Red+Green+Blue) = 213+217+24=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D918 is #2A26E7. Grayscale: #C2C2C2. Windows color (decimal): -2762472 or 1628629. OLE color: 1628629.

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

Color convert

RGB 213 217 24 -
CMYK 0.02 0 0.89 0.15
HSL 61.24º 0.8% 0.47% -
HSV(B) 61.24º 0.89% 0.85% -
XYZ 52.42 63.84 10.42 -
YUV 193.8 32.17 141.69 -
System Red Green Blue C M Y K H S L
Decimal 213 217 24 0.02 0 0.89 0.15 61.24 0.8 0.47
Hex D5 D9 18 2 0 59 F 3D 50 2F
Octal 325 331 30 2 0 131 17 75 120 57
Binary 11010101 11011001 11000 10 0 1011001 1111 111101 1010000 101111

Color Harmonies of #D5D918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D918

Black with #D5D918

Text Example


Text Example

White with #D5D918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D918; }

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

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

background-color css

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

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

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

border-color css

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

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

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