Html Css Color HEX #DEDC8C Primrose

📋 copy color: '#DEDC8C'

red 222 ◦ green 220 ◦ blue 140

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

Shades of Primrose #DEDC8C

Tints of Primrose #DEDC8C

RGB

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

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

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

R = 38.14%
G = 37.8%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEDC8C (or 0xDEDC8C) is known color: Primrose. HEX triplet: DE, DC and 8C. RGB value is (222,220,140). Sum of RGB (Red+Green+Blue) = 222+220+140=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC8C is #212373. Grayscale: #D3D3D3. Windows color (decimal): -2171764 or 9231582. OLE color: 9231582.

HSL color Cylindrical-coordinate representation of color #DEDC8C: hue angle of 58.54º 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 #DEDC8C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 140 -
CMYK 0 0.01 0.37 0.13
HSL 58.54º 0.55% 0.71% -
HSV(B) 58.54º 0.37% 0.87% -
XYZ 60.45 68.61 34.87 -
YUV 211.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 222 220 140 0 0.01 0.37 0.13 58.54 0.55 0.71
Hex DE DC 8C 0 1 25 D 3B 37 47
Octal 336 334 214 0 1 45 15 73 67 107
Binary 11011110 11011100 10001100 0 1 100101 1101 111011 110111 1000111

Color Harmonies of #DEDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC8C

Black with #DEDC8C

Text Example


Text Example

White with #DEDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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