Html Css Color HEX #D6D993 Primrose

📋 copy color: '#D6D993'

red 214 ◦ green 217 ◦ blue 147

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

Shades of Primrose #D6D993

Tints of Primrose #D6D993

RGB

 RED value IS 214 (83.98% from 255) = 37.02%

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

 BLUE value IS 147 (57.81% from 255) = 25.43%

R = 37.02%
G = 37.54%
B = 25.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D6D993 (or 0xD6D993) is known color: Primrose. HEX triplet: D6, D9 and 93. RGB value is (214,217,147). Sum of RGB (Red+Green+Blue) = 214+217+147=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D993 is #29266C. Grayscale: #D0D0D0. Windows color (decimal): -2696813 or 9689558. OLE color: 9689558.

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

Color convert

RGB 214 217 147 -
CMYK 0.01 0 0.32 0.15
HSL 62.57º 0.48% 0.71% -
HSV(B) 62.57º 0.32% 0.85% -
XYZ 57.81 66.03 37.3 -
YUV 208.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 214 217 147 0.01 0 0.32 0.15 62.57 0.48 0.71
Hex D6 D9 93 1 0 20 F 3F 30 47
Octal 326 331 223 1 0 40 17 77 60 107
Binary 11010110 11011001 10010011 1 0 100000 1111 111111 110000 1000111

Color Harmonies of #D6D993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D993

Black with #D6D993

Text Example


Text Example

White with #D6D993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D993; }

 p { color: rgb(214,217,147); }

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

background-color css

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

 a { background-color: rgb(214,217,147); }

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

border-color css

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

 span { border-color: rgb(214,217,147); }

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