Html Css Color HEX #DED88C Primrose

📋 copy color: '#DED88C'

red 222 ◦ green 216 ◦ blue 140

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

Shades of Primrose #DED88C

Tints of Primrose #DED88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 38.41%
G = 37.37%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DED88C (or 0xDED88C) is known color: Primrose. HEX triplet: DE, D8 and 8C. RGB value is (222,216,140). Sum of RGB (Red+Green+Blue) = 222+216+140=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED88C is #212773. Grayscale: #D1D1D1. Windows color (decimal): -2172788 or 9230558. OLE color: 9230558.

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

Color convert

RGB 222 216 140 -
CMYK 0 0.03 0.37 0.13
HSL 55.61º 0.55% 0.71% -
HSV(B) 55.61º 0.37% 0.87% -
XYZ 59.41 66.53 34.52 -
YUV 209.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 222 216 140 0 0.03 0.37 0.13 55.61 0.55 0.71
Hex DE D8 8C 0 3 25 D 38 37 47
Octal 336 330 214 0 3 45 15 70 67 107
Binary 11011110 11011000 10001100 0 11 100101 1101 111000 110111 1000111

Color Harmonies of #DED88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED88C

Black with #DED88C

Text Example


Text Example

White with #DED88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED88C; }

 p { color: rgb(222,216,140); }

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

background-color css

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

 a { background-color: rgb(222,216,140); }

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

border-color css

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

 span { border-color: rgb(222,216,140); }

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