Html Css Color HEX #D8E00E Barberry

📋 copy color: '#D8E00E'

red 216 ◦ green 224 ◦ blue 14

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

Shades of Barberry #D8E00E

Tints of Barberry #D8E00E

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 47.58%
G = 49.34%
B = 3.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#D8E00E (or 0xD8E00E) is known color: Barberry. HEX triplet: D8, E0 and 0E. RGB value is (216,224,14). Sum of RGB (Red+Green+Blue) = 216+224+14=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8E00E is #271FF1. Grayscale: #C6C6C6. Windows color (decimal): -2564082 or 975064. OLE color: 975064.

HSL color Cylindrical-coordinate representation of color #D8E00E: hue angle of 62.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8E00E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 224 14 -
CMYK 0.04 0 0.94 0.12
HSL 62.29º 0.88% 0.47% -
HSV(B) 62.29º 0.94% 0.88% -
XYZ 55.05 67.94 10.63 -
YUV 197.67 24.35 141.08 -
System Red Green Blue C M Y K H S L
Decimal 216 224 14 0.04 0 0.94 0.12 62.29 0.88 0.47
Hex D8 E0 E 4 0 5E C 3E 58 2F
Octal 330 340 16 4 0 136 14 76 130 57
Binary 11011000 11100000 1110 100 0 1011110 1100 111110 1011000 101111

Color Harmonies of #D8E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E00E

Black with #D8E00E

Text Example


Text Example

White with #D8E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E00E; }

 p { color: rgb(216,224,14); }

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

background-color css

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

 a { background-color: rgb(216,224,14); }

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

border-color css

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

 span { border-color: rgb(216,224,14); }

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