Html Css Color HEX #DEDE85 Primrose

📋 copy color: '#DEDE85'

red 222 ◦ green 222 ◦ blue 133

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

Shades of Primrose #DEDE85

Tints of Primrose #DEDE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.05%

R = 38.47%
G = 38.47%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEDE85 (or 0xDEDE85) is known color: Primrose. HEX triplet: DE, DE and 85. RGB value is (222,222,133). Sum of RGB (Red+Green+Blue) = 222+222+133=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE85 is #21217A. Grayscale: #D4D4D4. Windows color (decimal): -2171259 or 8773342. OLE color: 8773342.

HSL color Cylindrical-coordinate representation of color #DEDE85: hue angle of 60º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEDE85 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 133 -
CMYK 0 0 0.40 0.13
HSL 60º 0.57% 0.7% -
HSV(B) 60º 0.4% 0.87% -
XYZ 60.48 69.47 32.41 -
YUV 211.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 222 222 133 0 0 0.40 0.13 60 0.57 0.7
Hex DE DE 85 0 0 28 D 3C 39 46
Octal 336 336 205 0 0 50 15 74 71 106
Binary 11011110 11011110 10000101 0 0 101000 1101 111100 111001 1000110

Color Harmonies of #DEDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE85

Black with #DEDE85

Text Example


Text Example

White with #DEDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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