Html Css Color HEX #DEDA8D Primrose

📋 copy color: '#DEDA8D'

red 222 ◦ green 218 ◦ blue 141

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

Shades of Primrose #DEDA8D

Tints of Primrose #DEDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 38.21%
G = 37.52%
B = 24.27%

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

#DEDA8D (or 0xDEDA8D) is known color: Primrose. HEX triplet: DE, DA and 8D. RGB value is (222,218,141). Sum of RGB (Red+Green+Blue) = 222+218+141=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8D is #212572. Grayscale: #D2D2D2. Windows color (decimal): -2172275 or 9296606. OLE color: 9296606.

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

Color convert

RGB 222 218 141 -
CMYK 0 0.02 0.36 0.13
HSL 57.04º 0.55% 0.71% -
HSV(B) 57.04º 0.36% 0.87% -
XYZ 60 67.6 35.08 -
YUV 210.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 222 218 141 0 0.02 0.36 0.13 57.04 0.55 0.71
Hex DE DA 8D 0 2 24 D 39 37 47
Octal 336 332 215 0 2 44 15 71 67 107
Binary 11011110 11011010 10001101 0 10 100100 1101 111001 110111 1000111

Color Harmonies of #DEDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA8D

Black with #DEDA8D

Text Example


Text Example

White with #DEDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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