Html Css Color HEX #DED98E Primrose

📋 copy color: '#DED98E'

red 222 ◦ green 217 ◦ blue 142

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

Shades of Primrose #DED98E

Tints of Primrose #DED98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.44%

R = 38.21%
G = 37.35%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DED98E (or 0xDED98E) is known color: Primrose. HEX triplet: DE, D9 and 8E. RGB value is (222,217,142). Sum of RGB (Red+Green+Blue) = 222+217+142=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED98E is #212671. Grayscale: #D2D2D2. Windows color (decimal): -2172530 or 9361886. OLE color: 9361886.

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

Color convert

RGB 222 217 142 -
CMYK 0 0.02 0.36 0.13
HSL 56.25º 0.55% 0.71% -
HSV(B) 56.25º 0.36% 0.87% -
XYZ 59.82 67.11 35.39 -
YUV 209.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 222 217 142 0 0.02 0.36 0.13 56.25 0.55 0.71
Hex DE D9 8E 0 2 24 D 38 37 47
Octal 336 331 216 0 2 44 15 70 67 107
Binary 11011110 11011001 10001110 0 10 100100 1101 111000 110111 1000111

Color Harmonies of #DED98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED98E

Black with #DED98E

Text Example


Text Example

White with #DED98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED98E; }

 p { color: rgb(222,217,142); }

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

background-color css

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

 a { background-color: rgb(222,217,142); }

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

border-color css

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

 span { border-color: rgb(222,217,142); }

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