Html Css Color HEX #DEDC88 Primrose

📋 copy color: '#DEDC88'

red 222 ◦ green 220 ◦ blue 136

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

Shades of Primrose #DEDC88

Tints of Primrose #DEDC88

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.06%

 BLUE value IS 136 (53.52% from 255) = 23.53%

R = 38.41%
G = 38.06%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DEDC88 (or 0xDEDC88) is known color: Primrose. HEX triplet: DE, DC and 88. RGB value is (222,220,136). Sum of RGB (Red+Green+Blue) = 222+220+136=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC88 is #212377. Grayscale: #D3D3D3. Windows color (decimal): -2171768 or 8969438. OLE color: 8969438.

HSL color Cylindrical-coordinate representation of color #DEDC88: hue angle of 58.6º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEDC88 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 136 -
CMYK 0 0.01 0.39 0.13
HSL 58.6º 0.57% 0.7% -
HSV(B) 58.6º 0.39% 0.87% -
XYZ 60.16 68.49 33.34 -
YUV 211.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 222 220 136 0 0.01 0.39 0.13 58.6 0.57 0.7
Hex DE DC 88 0 1 27 D 3B 39 46
Octal 336 334 210 0 1 47 15 73 71 106
Binary 11011110 11011100 10001000 0 1 100111 1101 111011 111001 1000110

Color Harmonies of #DEDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC88

Black with #DEDC88

Text Example


Text Example

White with #DEDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC88; }

 p { color: rgb(222,220,136); }

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

background-color css

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

 a { background-color: rgb(222,220,136); }

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

border-color css

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

 span { border-color: rgb(222,220,136); }

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