Html Css Color HEX #D5D89A Primrose

📋 copy color: '#D5D89A'

red 213 ◦ green 216 ◦ blue 154

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

Shades of Primrose #D5D89A

Tints of Primrose #D5D89A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 154 (60.55% from 255) = 26.42%

R = 36.54%
G = 37.05%
B = 26.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D5D89A (or 0xD5D89A) is known color: Primrose. HEX triplet: D5, D8 and 9A. RGB value is (213,216,154). Sum of RGB (Red+Green+Blue) = 213+216+154=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D89A is #2A2765. Grayscale: #D0D0D0. Windows color (decimal): -2762598 or 10148053. OLE color: 10148053.

HSL color Cylindrical-coordinate representation of color #D5D89A: hue angle of 62.9º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5D89A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 154 -
CMYK 0.01 0 0.29 0.15
HSL 62.9º 0.44% 0.73% -
HSV(B) 62.9º 0.29% 0.85% -
XYZ 57.83 65.59 40.18 -
YUV 208.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 213 216 154 0.01 0 0.29 0.15 62.9 0.44 0.73
Hex D5 D8 9A 1 0 1D F 3F 2C 49
Octal 325 330 232 1 0 35 17 77 54 111
Binary 11010101 11011000 10011010 1 0 11101 1111 111111 101100 1001001

Color Harmonies of #D5D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D89A

Black with #D5D89A

Text Example


Text Example

White with #D5D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D89A; }

 p { color: rgb(213,216,154); }

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

background-color css

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

 a { background-color: rgb(213,216,154); }

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

border-color css

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

 span { border-color: rgb(213,216,154); }

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