Html Css Color HEX #D1D914 Barberry

📋 copy color: '#D1D914'

red 209 ◦ green 217 ◦ blue 20

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

Shades of Barberry #D1D914

Tints of Barberry #D1D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.48%

R = 46.86%
G = 48.65%
B = 4.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D1D914 (or 0xD1D914) is known color: Barberry. HEX triplet: D1, D9 and 14. RGB value is (209,217,20). Sum of RGB (Red+Green+Blue) = 209+217+20=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D914 is #2E26EB. Grayscale: #C0C0C0. Windows color (decimal): -3024620 or 1366481. OLE color: 1366481.

HSL color Cylindrical-coordinate representation of color #D1D914: hue angle of 62.44º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1D914 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 20 -
CMYK 0.04 0 0.91 0.15
HSL 62.44º 0.83% 0.46% -
HSV(B) 62.44º 0.91% 0.85% -
XYZ 51.23 63.23 10.17 -
YUV 192.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 209 217 20 0.04 0 0.91 0.15 62.44 0.83 0.46
Hex D1 D9 14 4 0 5B F 3E 53 2E
Octal 321 331 24 4 0 133 17 76 123 56
Binary 11010001 11011001 10100 100 0 1011011 1111 111110 1010011 101110

Color Harmonies of #D1D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D914

Black with #D1D914

Text Example


Text Example

White with #D1D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D914; }

 p { color: rgb(209,217,20); }

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

background-color css

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

 a { background-color: rgb(209,217,20); }

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

border-color css

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

 span { border-color: rgb(209,217,20); }

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