Html Css Color HEX #DFDC87 Primrose

📋 copy color: '#DFDC87'

red 223 ◦ green 220 ◦ blue 135

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

Shades of Primrose #DFDC87

Tints of Primrose #DFDC87

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.06%

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

R = 38.58%
G = 38.06%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFDC87 (or 0xDFDC87) is known color: Primrose. HEX triplet: DF, DC and 87. RGB value is (223,220,135). Sum of RGB (Red+Green+Blue) = 223+220+135=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC87 is #202378. Grayscale: #D3D3D3. Windows color (decimal): -2106233 or 8903903. OLE color: 8903903.

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

Color convert

RGB 223 220 135 -
CMYK 0 0.01 0.39 0.13
HSL 57.95º 0.58% 0.7% -
HSV(B) 57.95º 0.39% 0.87% -
XYZ 60.4 68.62 32.98 -
YUV 211.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 223 220 135 0 0.01 0.39 0.13 57.95 0.58 0.7
Hex DF DC 87 0 1 27 D 3A 3A 46
Octal 337 334 207 0 1 47 15 72 72 106
Binary 11011111 11011100 10000111 0 1 100111 1101 111010 111010 1000110

Color Harmonies of #DFDC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC87

Black with #DFDC87

Text Example


Text Example

White with #DFDC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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