Html Css Color HEX #D5DE92 Primrose

📋 copy color: '#D5DE92'

red 213 ◦ green 222 ◦ blue 146

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

Shades of Primrose #D5DE92

Tints of Primrose #D5DE92

RGB

 RED value IS 213 (83.59% from 255) = 36.66%

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

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

R = 36.66%
G = 38.21%
B = 25.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D5DE92 (or 0xD5DE92) is known color: Primrose. HEX triplet: D5, DE and 92. RGB value is (213,222,146). Sum of RGB (Red+Green+Blue) = 213+222+146=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE92 is #2A216D. Grayscale: #D2D2D2. Windows color (decimal): -2761070 or 9625301. OLE color: 9625301.

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

Color convert

RGB 213 222 146 -
CMYK 0.04 0 0.34 0.13
HSL 67.11º 0.54% 0.72% -
HSV(B) 67.11º 0.34% 0.87% -
XYZ 58.75 68.46 37.31 -
YUV 210.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 213 222 146 0.04 0 0.34 0.13 67.11 0.54 0.72
Hex D5 DE 92 4 0 22 D 43 36 48
Octal 325 336 222 4 0 42 15 103 66 110
Binary 11010101 11011110 10010010 100 0 100010 1101 1000011 110110 1001000

Color Harmonies of #D5DE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE92

Black with #D5DE92

Text Example


Text Example

White with #D5DE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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