Html Css Color HEX #D1D51F Barberry

📋 copy color: '#D1D51F'

red 209 ◦ green 213 ◦ blue 31

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

Shades of Barberry #D1D51F

Tints of Barberry #D1D51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

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

R = 46.14%
G = 47.02%
B = 6.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D1D51F (or 0xD1D51F) is known color: Barberry. HEX triplet: D1, D5 and 1F. RGB value is (209,213,31). Sum of RGB (Red+Green+Blue) = 209+213+31=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D51F is #2E2AE0. Grayscale: #BFBFBF. Windows color (decimal): -3025633 or 2086353. OLE color: 2086353.

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

Color convert

RGB 209 213 31 -
CMYK 0.02 0 0.85 0.16
HSL 61.32º 0.75% 0.48% -
HSV(B) 61.32º 0.85% 0.84% -
XYZ 50.34 61.24 10.46 -
YUV 191.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 209 213 31 0.02 0 0.85 0.16 61.32 0.75 0.48
Hex D1 D5 1F 2 0 55 10 3D 4B 30
Octal 321 325 37 2 0 125 20 75 113 60
Binary 11010001 11010101 11111 10 0 1010101 10000 111101 1001011 110000

Color Harmonies of #D1D51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D51F

Black with #D1D51F

Text Example


Text Example

White with #D1D51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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