Html Css Color HEX #D5DE9B Primrose

📋 copy color: '#D5DE9B'

red 213 ◦ green 222 ◦ blue 155

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

Shades of Primrose #D5DE9B

Tints of Primrose #D5DE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 36.1%
G = 37.63%
B = 26.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D5DE9B (or 0xD5DE9B) is known color: Primrose. HEX triplet: D5, DE and 9B. RGB value is (213,222,155). Sum of RGB (Red+Green+Blue) = 213+222+155=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE9B is #2A2164. Grayscale: #D3D3D3. Windows color (decimal): -2761061 or 10215125. OLE color: 10215125.

HSL color Cylindrical-coordinate representation of color #D5DE9B: hue angle of 68.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DE9B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 155 -
CMYK 0.04 0 0.30 0.13
HSL 68.06º 0.5% 0.74% -
HSV(B) 68.06º 0.3% 0.87% -
XYZ 59.48 68.76 41.15 -
YUV 211.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 213 222 155 0.04 0 0.30 0.13 68.06 0.5 0.74
Hex D5 DE 9B 4 0 1E D 44 32 4A
Octal 325 336 233 4 0 36 15 104 62 112
Binary 11010101 11011110 10011011 100 0 11110 1101 1000100 110010 1001010

Color Harmonies of #D5DE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE9B

Black with #D5DE9B

Text Example


Text Example

White with #D5DE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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