Html Css Color HEX #D8DE8C Primrose

📋 copy color: '#D8DE8C'

red 216 ◦ green 222 ◦ blue 140

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

Shades of Primrose #D8DE8C

Tints of Primrose #D8DE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 37.37%
G = 38.41%
B = 24.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#D8DE8C (or 0xD8DE8C) is known color: Primrose. HEX triplet: D8, DE and 8C. RGB value is (216,222,140). Sum of RGB (Red+Green+Blue) = 216+222+140=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DE8C is #272173. Grayscale: #D3D3D3. Windows color (decimal): -2564468 or 9232088. OLE color: 9232088.

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

Color convert

RGB 216 222 140 -
CMYK 0.03 0 0.37 0.13
HSL 64.39º 0.55% 0.71% -
HSV(B) 64.39º 0.37% 0.87% -
XYZ 59.17 68.73 34.96 -
YUV 210.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 216 222 140 0.03 0 0.37 0.13 64.39 0.55 0.71
Hex D8 DE 8C 3 0 25 D 40 37 47
Octal 330 336 214 3 0 45 15 100 67 107
Binary 11011000 11011110 10001100 11 0 100101 1101 1000000 110111 1000111

Color Harmonies of #D8DE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DE8C

Black with #D8DE8C

Text Example


Text Example

White with #D8DE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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