Html Css Color HEX #D9E014 Barberry

📋 copy color: '#D9E014'

red 217 ◦ green 224 ◦ blue 20

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

Shades of Barberry #D9E014

Tints of Barberry #D9E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 47.07%
G = 48.59%
B = 4.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#D9E014 (or 0xD9E014) is known color: Barberry. HEX triplet: D9, E0 and 14. RGB value is (217,224,20). Sum of RGB (Red+Green+Blue) = 217+224+20=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E014 is #261FEB. Grayscale: #C7C7C7. Windows color (decimal): -2498540 or 1368281. OLE color: 1368281.

HSL color Cylindrical-coordinate representation of color #D9E014: hue angle of 62.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9E014 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 20 -
CMYK 0.03 0 0.91 0.12
HSL 62.06º 0.84% 0.48% -
HSV(B) 62.06º 0.91% 0.88% -
XYZ 55.4 68.11 10.89 -
YUV 198.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 217 224 20 0.03 0 0.91 0.12 62.06 0.84 0.48
Hex D9 E0 14 3 0 5B C 3E 54 30
Octal 331 340 24 3 0 133 14 76 124 60
Binary 11011001 11100000 10100 11 0 1011011 1100 111110 1010100 110000

Color Harmonies of #D9E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E014

Black with #D9E014

Text Example


Text Example

White with #D9E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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