Html Css Color HEX #DEDA9A Primrose

📋 copy color: '#DEDA9A'

red 222 ◦ green 218 ◦ blue 154

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

Shades of Primrose #DEDA9A

Tints of Primrose #DEDA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.93%

R = 37.37%
G = 36.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDA9A (or 0xDEDA9A) is known color: Primrose. HEX triplet: DE, DA and 9A. RGB value is (222,218,154). Sum of RGB (Red+Green+Blue) = 222+218+154=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA9A is #212565. Grayscale: #D4D4D4. Windows color (decimal): -2172262 or 10148574. OLE color: 10148574.

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

Color convert

RGB 222 218 154 -
CMYK 0 0.02 0.31 0.13
HSL 56.47º 0.51% 0.74% -
HSV(B) 56.47º 0.31% 0.87% -
XYZ 61.03 68.01 40.48 -
YUV 211.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 222 218 154 0 0.02 0.31 0.13 56.47 0.51 0.74
Hex DE DA 9A 0 2 1F D 38 33 4A
Octal 336 332 232 0 2 37 15 70 63 112
Binary 11011110 11011010 10011010 0 10 11111 1101 111000 110011 1001010

Color Harmonies of #DEDA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA9A

Black with #DEDA9A

Text Example


Text Example

White with #DEDA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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