Html Css Color HEX #D8DE84 Primrose

📋 copy color: '#D8DE84'

red 216 ◦ green 222 ◦ blue 132

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

Shades of Primrose #D8DE84

Tints of Primrose #D8DE84

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 132 (51.95% from 255) = 23.16%

R = 37.89%
G = 38.95%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D8DE84 (or 0xD8DE84) is known color: Primrose. HEX triplet: D8, DE and 84. RGB value is (216,222,132). Sum of RGB (Red+Green+Blue) = 216+222+132=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DE84 is #27217B. Grayscale: #D2D2D2. Windows color (decimal): -2564476 or 8707800. OLE color: 8707800.

HSL color Cylindrical-coordinate representation of color #D8DE84: hue angle of 64º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8DE84 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 222 132 -
CMYK 0.03 0 0.41 0.13
HSL 64º 0.58% 0.69% -
HSV(B) 64º 0.41% 0.87% -
XYZ 58.61 68.51 31.96 -
YUV 209.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 216 222 132 0.03 0 0.41 0.13 64 0.58 0.69
Hex D8 DE 84 3 0 29 D 40 3A 45
Octal 330 336 204 3 0 51 15 100 72 105
Binary 11011000 11011110 10000100 11 0 101001 1101 1000000 111010 1000101

Color Harmonies of #D8DE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DE84

Black with #D8DE84

Text Example


Text Example

White with #D8DE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DE84; }

 p { color: rgb(216,222,132); }

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

background-color css

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

 a { background-color: rgb(216,222,132); }

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

border-color css

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

 span { border-color: rgb(216,222,132); }

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