Html Css Color HEX #D1D814 Barberry

📋 copy color: '#D1D814'

red 209 ◦ green 216 ◦ blue 20

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

Shades of Barberry #D1D814

Tints of Barberry #D1D814

RGB

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

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

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

R = 46.97%
G = 48.54%
B = 4.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D1D814 (or 0xD1D814) is known color: Barberry. HEX triplet: D1, D8 and 14. RGB value is (209,216,20). Sum of RGB (Red+Green+Blue) = 209+216+20=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D814 is #2E27EB. Grayscale: #C0C0C0. Windows color (decimal): -3024876 or 1366225. OLE color: 1366225.

HSL color Cylindrical-coordinate representation of color #D1D814: hue angle of 62.14º 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 #D1D814 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 216 20 -
CMYK 0.03 0 0.91 0.15
HSL 62.14º 0.83% 0.46% -
HSV(B) 62.14º 0.91% 0.85% -
XYZ 50.98 62.72 10.08 -
YUV 191.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 209 216 20 0.03 0 0.91 0.15 62.14 0.83 0.46
Hex D1 D8 14 3 0 5B F 3E 53 2E
Octal 321 330 24 3 0 133 17 76 123 56
Binary 11010001 11011000 10100 11 0 1011011 1111 111110 1010011 101110

Color Harmonies of #D1D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D814

Black with #D1D814

Text Example


Text Example

White with #D1D814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D814; }

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

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

background-color css

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

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

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

border-color css

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

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

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