Html Css Color HEX #DEDA93 Primrose

📋 copy color: '#DEDA93'

red 222 ◦ green 218 ◦ blue 147

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

Shades of Primrose #DEDA93

Tints of Primrose #DEDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

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

R = 37.82%
G = 37.14%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEDA93 (or 0xDEDA93) is known color: Primrose. HEX triplet: DE, DA and 93. RGB value is (222,218,147). Sum of RGB (Red+Green+Blue) = 222+218+147=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA93 is #21256C. Grayscale: #D3D3D3. Windows color (decimal): -2172269 or 9689822. OLE color: 9689822.

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

Color convert

RGB 222 218 147 -
CMYK 0 0.02 0.34 0.13
HSL 56.8º 0.53% 0.72% -
HSV(B) 56.8º 0.34% 0.87% -
XYZ 60.46 67.78 37.5 -
YUV 211.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 222 218 147 0 0.02 0.34 0.13 56.8 0.53 0.72
Hex DE DA 93 0 2 22 D 39 35 48
Octal 336 332 223 0 2 42 15 71 65 110
Binary 11011110 11011010 10010011 0 10 100010 1101 111001 110101 1001000

Color Harmonies of #DEDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA93

Black with #DEDA93

Text Example


Text Example

White with #DEDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA93; }

 p { color: rgb(222,218,147); }

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

background-color css

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

 a { background-color: rgb(222,218,147); }

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

border-color css

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

 span { border-color: rgb(222,218,147); }

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