Html Css Color HEX #DFDF87 Primrose

📋 copy color: '#DFDF87'

red 223 ◦ green 223 ◦ blue 135

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

Shades of Primrose #DFDF87

Tints of Primrose #DFDF87

RGB

 RED value IS 223 (87.5% from 255) = 38.38%

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

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

R = 38.38%
G = 38.38%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFDF87 (or 0xDFDF87) is known color: Primrose. HEX triplet: DF, DF and 87. RGB value is (223,223,135). Sum of RGB (Red+Green+Blue) = 223+223+135=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF87 is #202078. Grayscale: #D5D5D5. Windows color (decimal): -2105465 or 8904671. OLE color: 8904671.

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

Color convert

RGB 223 223 135 -
CMYK 0 0 0.39 0.13
HSL 60º 0.58% 0.7% -
HSV(B) 60º 0.39% 0.87% -
XYZ 61.19 70.21 33.25 -
YUV 212.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 223 223 135 0 0 0.39 0.13 60 0.58 0.7
Hex DF DF 87 0 0 27 D 3C 3A 46
Octal 337 337 207 0 0 47 15 74 72 106
Binary 11011111 11011111 10000111 0 0 100111 1101 111100 111010 1000110

Color Harmonies of #DFDF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF87

Black with #DFDF87

Text Example


Text Example

White with #DFDF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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