Html Css Color HEX #D5D99A Primrose

📋 copy color: '#D5D99A'

red 213 ◦ green 217 ◦ blue 154

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

Shades of Primrose #D5D99A

Tints of Primrose #D5D99A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 36.47%
G = 37.16%
B = 26.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D5D99A (or 0xD5D99A) is known color: Primrose. HEX triplet: D5, D9 and 9A. RGB value is (213,217,154). Sum of RGB (Red+Green+Blue) = 213+217+154=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D99A is #2A2665. Grayscale: #D0D0D0. Windows color (decimal): -2762342 or 10148309. OLE color: 10148309.

HSL color Cylindrical-coordinate representation of color #D5D99A: hue angle of 63.81º degrees, saturation: 0.45, 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 #D5D99A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 154 -
CMYK 0.02 0 0.29 0.15
HSL 63.81º 0.45% 0.73% -
HSV(B) 63.81º 0.29% 0.85% -
XYZ 58.09 66.1 40.27 -
YUV 208.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 213 217 154 0.02 0 0.29 0.15 63.81 0.45 0.73
Hex D5 D9 9A 2 0 1D F 40 2D 49
Octal 325 331 232 2 0 35 17 100 55 111
Binary 11010101 11011001 10011010 10 0 11101 1111 1000000 101101 1001001

Color Harmonies of #D5D99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D99A

Black with #D5D99A

Text Example


Text Example

White with #D5D99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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