Html Css Color HEX #D7DE8C Primrose

📋 copy color: '#D7DE8C'

red 215 ◦ green 222 ◦ blue 140

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

Shades of Primrose #D7DE8C

Tints of Primrose #D7DE8C

RGB

 RED value IS 215 (84.38% from 255) = 37.26%

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

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

R = 37.26%
G = 38.47%
B = 24.26%

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

#D7DE8C (or 0xD7DE8C) is known color: Primrose. HEX triplet: D7, DE and 8C. RGB value is (215,222,140). Sum of RGB (Red+Green+Blue) = 215+222+140=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE8C is #282173. Grayscale: #D2D2D2. Windows color (decimal): -2630004 or 9232087. OLE color: 9232087.

HSL color Cylindrical-coordinate representation of color #D7DE8C: hue angle of 65.12º 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 #D7DE8C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 140 -
CMYK 0.03 0 0.37 0.13
HSL 65.12º 0.55% 0.71% -
HSV(B) 65.12º 0.37% 0.87% -
XYZ 58.88 68.58 34.95 -
YUV 210.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 215 222 140 0.03 0 0.37 0.13 65.12 0.55 0.71
Hex D7 DE 8C 3 0 25 D 41 37 47
Octal 327 336 214 3 0 45 15 101 67 107
Binary 11010111 11011110 10001100 11 0 100101 1101 1000001 110111 1000111

Color Harmonies of #D7DE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DE8C

Black with #D7DE8C

Text Example


Text Example

White with #D7DE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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