Html Css Color HEX #DED695 Primrose

📋 copy color: '#DED695'

red 222 ◦ green 214 ◦ blue 149

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

Shades of Primrose #DED695

Tints of Primrose #DED695

RGB

 RED value IS 222 (87.11% from 255) = 37.95%

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

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

R = 37.95%
G = 36.58%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DED695 (or 0xDED695) is known color: Primrose. HEX triplet: DE, D6 and 95. RGB value is (222,214,149). Sum of RGB (Red+Green+Blue) = 222+214+149=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED695 is #21296A. Grayscale: #D1D1D1. Windows color (decimal): -2173291 or 9819870. OLE color: 9819870.

HSL color Cylindrical-coordinate representation of color #DED695: hue angle of 53.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DED695 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 149 -
CMYK 0 0.04 0.33 0.13
HSL 53.42º 0.53% 0.73% -
HSV(B) 53.42º 0.33% 0.87% -
XYZ 59.6 65.79 37.99 -
YUV 208.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 222 214 149 0 0.04 0.33 0.13 53.42 0.53 0.73
Hex DE D6 95 0 4 21 D 35 35 49
Octal 336 326 225 0 4 41 15 65 65 111
Binary 11011110 11010110 10010101 0 100 100001 1101 110101 110101 1001001

Color Harmonies of #DED695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED695

Black with #DED695

Text Example


Text Example

White with #DED695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED695; }

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

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

background-color css

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

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

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

border-color css

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

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

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