Html Css Color HEX #D7DE92 Primrose

📋 copy color: '#D7DE92'

red 215 ◦ green 222 ◦ blue 146

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

Shades of Primrose #D7DE92

Tints of Primrose #D7DE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.04%

R = 36.88%
G = 38.08%
B = 25.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D7DE92 (or 0xD7DE92) is known color: Primrose. HEX triplet: D7, DE and 92. RGB value is (215,222,146). Sum of RGB (Red+Green+Blue) = 215+222+146=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE92 is #28216D. Grayscale: #D3D3D3. Windows color (decimal): -2629998 or 9625303. OLE color: 9625303.

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

Color convert

RGB 215 222 146 -
CMYK 0.03 0 0.34 0.13
HSL 65.53º 0.54% 0.72% -
HSV(B) 65.53º 0.34% 0.87% -
XYZ 59.33 68.76 37.34 -
YUV 211.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 215 222 146 0.03 0 0.34 0.13 65.53 0.54 0.72
Hex D7 DE 92 3 0 22 D 42 36 48
Octal 327 336 222 3 0 42 15 102 66 110
Binary 11010111 11011110 10010010 11 0 100010 1101 1000010 110110 1001000

Color Harmonies of #D7DE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DE92

Black with #D7DE92

Text Example


Text Example

White with #D7DE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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