Html Css Color HEX #DEDF87 Primrose

📋 copy color: '#DEDF87'

red 222 ◦ green 223 ◦ blue 135

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

Shades of Primrose #DEDF87

Tints of Primrose #DEDF87

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.45%

 BLUE value IS 135 (53.13% from 255) = 23.28%

R = 38.28%
G = 38.45%
B = 23.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DEDF87 (or 0xDEDF87) is known color: Primrose. HEX triplet: DE, DF and 87. RGB value is (222,223,135). Sum of RGB (Red+Green+Blue) = 222+223+135=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF87 is #212078. Grayscale: #D5D5D5. Windows color (decimal): -2171001 or 8904670. OLE color: 8904670.

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

Color convert

RGB 222 223 135 -
CMYK 0.00 0 0.39 0.13
HSL 60.68º 0.58% 0.7% -
HSV(B) 60.68º 0.39% 0.87% -
XYZ 60.89 70.05 33.23 -
YUV 212.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 222 223 135 0.00 0 0.39 0.13 60.68 0.58 0.7
Hex DE DF 87 0 0 27 D 3D 3A 46
Octal 336 337 207 0 0 47 15 75 72 106
Binary 11011110 11011111 10000111 0 0 100111 1101 111101 111010 1000110

Color Harmonies of #DEDF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF87

Black with #DEDF87

Text Example


Text Example

White with #DEDF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF87; }

 p { color: rgb(222,223,135); }

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

background-color css

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

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

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

border-color css

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

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

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