Html Css Color HEX #DEDA8A Primrose

📋 copy color: '#DEDA8A'

red 222 ◦ green 218 ◦ blue 138

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

Shades of Primrose #DEDA8A

Tints of Primrose #DEDA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.88%

R = 38.41%
G = 37.72%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEDA8A (or 0xDEDA8A) is known color: Primrose. HEX triplet: DE, DA and 8A. RGB value is (222,218,138). Sum of RGB (Red+Green+Blue) = 222+218+138=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8A is #212575. Grayscale: #D2D2D2. Windows color (decimal): -2172278 or 9099998. OLE color: 9099998.

HSL color Cylindrical-coordinate representation of color #DEDA8A: hue angle of 57.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEDA8A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 138 -
CMYK 0 0.02 0.38 0.13
HSL 57.14º 0.56% 0.71% -
HSV(B) 57.14º 0.38% 0.87% -
XYZ 59.78 67.51 33.92 -
YUV 210.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 222 218 138 0 0.02 0.38 0.13 57.14 0.56 0.71
Hex DE DA 8A 0 2 26 D 39 38 47
Octal 336 332 212 0 2 46 15 71 70 107
Binary 11011110 11011010 10001010 0 10 100110 1101 111001 111000 1000111

Color Harmonies of #DEDA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA8A

Black with #DEDA8A

Text Example


Text Example

White with #DEDA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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