Html Css Color HEX #DEDA8C Primrose

📋 copy color: '#DEDA8C'

red 222 ◦ green 218 ◦ blue 140

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

Shades of Primrose #DEDA8C

Tints of Primrose #DEDA8C

RGB

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

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

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

R = 38.28%
G = 37.59%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEDA8C (or 0xDEDA8C) is known color: Primrose. HEX triplet: DE, DA and 8C. RGB value is (222,218,140). Sum of RGB (Red+Green+Blue) = 222+218+140=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8C is #212573. Grayscale: #D2D2D2. Windows color (decimal): -2172276 or 9231070. OLE color: 9231070.

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

Color convert

RGB 222 218 140 -
CMYK 0 0.02 0.37 0.13
HSL 57.07º 0.55% 0.71% -
HSV(B) 57.07º 0.37% 0.87% -
XYZ 59.93 67.57 34.69 -
YUV 210.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 222 218 140 0 0.02 0.37 0.13 57.07 0.55 0.71
Hex DE DA 8C 0 2 25 D 39 37 47
Octal 336 332 214 0 2 45 15 71 67 107
Binary 11011110 11011010 10001100 0 10 100101 1101 111001 110111 1000111

Color Harmonies of #DEDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA8C

Black with #DEDA8C

Text Example


Text Example

White with #DEDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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