Html Css Color HEX #DEDE9A Primrose

📋 copy color: '#DEDE9A'

red 222 ◦ green 222 ◦ blue 154

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

Shades of Primrose #DEDE9A

Tints of Primrose #DEDE9A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

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

R = 37.12%
G = 37.12%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDE9A (or 0xDEDE9A) is known color: Primrose. HEX triplet: DE, DE and 9A. RGB value is (222,222,154). Sum of RGB (Red+Green+Blue) = 222+222+154=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE9A is #212165. Grayscale: #D6D6D6. Windows color (decimal): -2171238 or 10149598. OLE color: 10149598.

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

Color convert

RGB 222 222 154 -
CMYK 0 0 0.31 0.13
HSL 60º 0.51% 0.74% -
HSV(B) 60º 0.31% 0.87% -
XYZ 62.08 70.11 40.83 -
YUV 214.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 222 222 154 0 0 0.31 0.13 60 0.51 0.74
Hex DE DE 9A 0 0 1F D 3C 33 4A
Octal 336 336 232 0 0 37 15 74 63 112
Binary 11011110 11011110 10011010 0 0 11111 1101 111100 110011 1001010

Color Harmonies of #DEDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE9A

Black with #DEDE9A

Text Example


Text Example

White with #DEDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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