Html Css Color HEX #D7DE94 Primrose

📋 copy color: '#D7DE94'

red 215 ◦ green 222 ◦ blue 148

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

Shades of Primrose #D7DE94

Tints of Primrose #D7DE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.3%

R = 36.75%
G = 37.95%
B = 25.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#D7DE94 (or 0xD7DE94) is known color: Primrose. HEX triplet: D7, DE and 94. RGB value is (215,222,148). Sum of RGB (Red+Green+Blue) = 215+222+148=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE94 is #28216B. Grayscale: #D3D3D3. Windows color (decimal): -2629996 or 9756375. OLE color: 9756375.

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

Color convert

RGB 215 222 148 -
CMYK 0.03 0 0.33 0.13
HSL 65.68º 0.53% 0.73% -
HSV(B) 65.68º 0.33% 0.87% -
XYZ 59.49 68.83 38.17 -
YUV 211.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 215 222 148 0.03 0 0.33 0.13 65.68 0.53 0.73
Hex D7 DE 94 3 0 21 D 42 35 49
Octal 327 336 224 3 0 41 15 102 65 111
Binary 11010111 11011110 10010100 11 0 100001 1101 1000010 110101 1001001

Color Harmonies of #D7DE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DE94

Black with #D7DE94

Text Example


Text Example

White with #D7DE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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