Html Css Color HEX #D5D71F Barberry

📋 copy color: '#D5D71F'

red 213 ◦ green 215 ◦ blue 31

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

Shades of Barberry #D5D71F

Tints of Barberry #D5D71F

RGB

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

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

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

R = 46.41%
G = 46.84%
B = 6.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5D71F (or 0xD5D71F) is known color: Barberry. HEX triplet: D5, D7 and 1F. RGB value is (213,215,31). Sum of RGB (Red+Green+Blue) = 213+215+31=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D71F is #2A28E0. Grayscale: #C2C2C2. Windows color (decimal): -2762977 or 2086869. OLE color: 2086869.

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

Color convert

RGB 213 215 31 -
CMYK 0.01 0 0.86 0.16
HSL 60.65º 0.75% 0.48% -
HSV(B) 60.65º 0.86% 0.84% -
XYZ 51.99 62.85 10.69 -
YUV 193.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 213 215 31 0.01 0 0.86 0.16 60.65 0.75 0.48
Hex D5 D7 1F 1 0 56 10 3D 4B 30
Octal 325 327 37 1 0 126 20 75 113 60
Binary 11010101 11010111 11111 1 0 1010110 10000 111101 1001011 110000

Color Harmonies of #D5D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D71F

Black with #D5D71F

Text Example


Text Example

White with #D5D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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