Html Css Color HEX #DEDA85 Primrose

📋 copy color: '#DEDA85'

red 222 ◦ green 218 ◦ blue 133

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

Shades of Primrose #DEDA85

Tints of Primrose #DEDA85

RGB

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

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

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

R = 38.74%
G = 38.05%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEDA85 (or 0xDEDA85) is known color: Primrose. HEX triplet: DE, DA and 85. RGB value is (222,218,133). Sum of RGB (Red+Green+Blue) = 222+218+133=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA85 is #21257A. Grayscale: #D1D1D1. Windows color (decimal): -2172283 or 8772318. OLE color: 8772318.

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

Color convert

RGB 222 218 133 -
CMYK 0 0.02 0.40 0.13
HSL 57.3º 0.57% 0.7% -
HSV(B) 57.3º 0.4% 0.87% -
XYZ 59.43 67.37 32.06 -
YUV 209.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 222 218 133 0 0.02 0.40 0.13 57.3 0.57 0.7
Hex DE DA 85 0 2 28 D 39 39 46
Octal 336 332 205 0 2 50 15 71 71 106
Binary 11011110 11011010 10000101 0 10 101000 1101 111001 111001 1000110

Color Harmonies of #DEDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA85

Black with #DEDA85

Text Example


Text Example

White with #DEDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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