Html Css Color HEX #D9D114 Barberry

📋 copy color: '#D9D114'

red 217 ◦ green 209 ◦ blue 20

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

Shades of Barberry #D9D114

Tints of Barberry #D9D114

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9D114 (or 0xD9D114) is known color: Barberry. HEX triplet: D9, D1 and 14. RGB value is (217,209,20). Sum of RGB (Red+Green+Blue) = 217+209+20=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D114 is #262EEB. Grayscale: #BEBEBE. Windows color (decimal): -2502380 or 1364441. OLE color: 1364441.

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

Color convert

RGB 217 209 20 -
CMYK 0 0.04 0.91 0.15
HSL 57.56º 0.83% 0.46% -
HSV(B) 57.56º 0.91% 0.85% -
XYZ 51.54 60.4 9.6 -
YUV 189.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 217 209 20 0 0.04 0.91 0.15 57.56 0.83 0.46
Hex D9 D1 14 0 4 5B F 3A 53 2E
Octal 331 321 24 0 4 133 17 72 123 56
Binary 11011001 11010001 10100 0 100 1011011 1111 111010 1010011 101110

Color Harmonies of #D9D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D114

Black with #D9D114

Text Example


Text Example

White with #D9D114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D114; }

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

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

background-color css

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

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

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

border-color css

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

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

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