Html Css Color HEX #D1D31F Barberry

📋 copy color: '#D1D31F'

red 209 ◦ green 211 ◦ blue 31

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

Shades of Barberry #D1D31F

Tints of Barberry #D1D31F

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

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

R = 46.34%
G = 46.78%
B = 6.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D1D31F (or 0xD1D31F) is known color: Barberry. HEX triplet: D1, D3 and 1F. RGB value is (209,211,31). Sum of RGB (Red+Green+Blue) = 209+211+31=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D31F is #2E2CE0. Grayscale: #BEBEBE. Windows color (decimal): -3026145 or 2085841. OLE color: 2085841.

HSL color Cylindrical-coordinate representation of color #D1D31F: hue angle of 60.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1D31F is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 211 31 -
CMYK 0.01 0 0.85 0.17
HSL 60.67º 0.74% 0.47% -
HSV(B) 60.67º 0.85% 0.83% -
XYZ 49.84 60.24 10.3 -
YUV 189.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 209 211 31 0.01 0 0.85 0.17 60.67 0.74 0.47
Hex D1 D3 1F 1 0 55 11 3D 4A 2F
Octal 321 323 37 1 0 125 21 75 112 57
Binary 11010001 11010011 11111 1 0 1010101 10001 111101 1001010 101111

Color Harmonies of #D1D31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D31F

Black with #D1D31F

Text Example


Text Example

White with #D1D31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D31F; }

 p { color: rgb(209,211,31); }

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

background-color css

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

 a { background-color: rgb(209,211,31); }

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

border-color css

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

 span { border-color: rgb(209,211,31); }

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