Html Css Color HEX #DEDA8E Primrose

📋 copy color: '#DEDA8E'

red 222 ◦ green 218 ◦ blue 142

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

Shades of Primrose #DEDA8E

Tints of Primrose #DEDA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 38.14%
G = 37.46%
B = 24.4%

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

#DEDA8E (or 0xDEDA8E) is known color: Primrose. HEX triplet: DE, DA and 8E. RGB value is (222,218,142). Sum of RGB (Red+Green+Blue) = 222+218+142=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8E is #212571. Grayscale: #D2D2D2. Windows color (decimal): -2172274 or 9362142. OLE color: 9362142.

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

Color convert

RGB 222 218 142 -
CMYK 0 0.02 0.36 0.13
HSL 57º 0.55% 0.71% -
HSV(B) 57º 0.36% 0.87% -
XYZ 60.08 67.63 35.48 -
YUV 210.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 222 218 142 0 0.02 0.36 0.13 57 0.55 0.71
Hex DE DA 8E 0 2 24 D 39 37 47
Octal 336 332 216 0 2 44 15 71 67 107
Binary 11011110 11011010 10001110 0 10 100100 1101 111001 110111 1000111

Color Harmonies of #DEDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA8E

Black with #DEDA8E

Text Example


Text Example

White with #DEDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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