Html Css Color HEX #D5D81F Barberry

📋 copy color: '#D5D81F'

red 213 ◦ green 216 ◦ blue 31

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

Shades of Barberry #D5D81F

Tints of Barberry #D5D81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 31 (12.5% from 255) = 6.74%

R = 46.3%
G = 46.96%
B = 6.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D5D81F (or 0xD5D81F) is known color: Barberry. HEX triplet: D5, D8 and 1F. RGB value is (213,216,31). Sum of RGB (Red+Green+Blue) = 213+216+31=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D81F is #2A27E0. Grayscale: #C2C2C2. Windows color (decimal): -2762721 or 2087125. OLE color: 2087125.

HSL color Cylindrical-coordinate representation of color #D5D81F: hue angle of 60.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5D81F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 31 -
CMYK 0.01 0 0.86 0.15
HSL 60.97º 0.75% 0.48% -
HSV(B) 60.97º 0.86% 0.85% -
XYZ 52.24 63.36 10.77 -
YUV 194.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 213 216 31 0.01 0 0.86 0.15 60.97 0.75 0.48
Hex D5 D8 1F 1 0 56 F 3D 4B 30
Octal 325 330 37 1 0 126 17 75 113 60
Binary 11010101 11011000 11111 1 0 1010110 1111 111101 1001011 110000

Color Harmonies of #D5D81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D81F

Black with #D5D81F

Text Example


Text Example

White with #D5D81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D81F; }

 p { color: rgb(213,216,31); }

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

background-color css

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

 a { background-color: rgb(213,216,31); }

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

border-color css

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

 span { border-color: rgb(213,216,31); }

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