Html Css Color HEX #D6D695 Primrose

📋 copy color: '#D6D695'

red 214 ◦ green 214 ◦ blue 149

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

Shades of Primrose #D6D695

Tints of Primrose #D6D695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 149 (58.59% from 255) = 25.82%

R = 37.09%
G = 37.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6D695 (or 0xD6D695) is known color: Primrose. HEX triplet: D6, D6 and 95. RGB value is (214,214,149). Sum of RGB (Red+Green+Blue) = 214+214+149=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D695 is #29296A. Grayscale: #CECECE. Windows color (decimal): -2697579 or 9819862. OLE color: 9819862.

HSL color Cylindrical-coordinate representation of color #D6D695: hue angle of 60º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D695 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 149 -
CMYK 0 0 0.30 0.16
HSL 60º 0.44% 0.71% -
HSV(B) 60º 0.3% 0.84% -
XYZ 57.2 64.56 37.88 -
YUV 206.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 214 214 149 0 0 0.30 0.16 60 0.44 0.71
Hex D6 D6 95 0 0 1E 10 3C 2C 47
Octal 326 326 225 0 0 36 20 74 54 107
Binary 11010110 11010110 10010101 0 0 11110 10000 111100 101100 1000111

Color Harmonies of #D6D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D695

Black with #D6D695

Text Example


Text Example

White with #D6D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D695; }

 p { color: rgb(214,214,149); }

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

background-color css

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

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

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

border-color css

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

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

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