Html Css Color HEX #DFDF85 Primrose

📋 copy color: '#DFDF85'

red 223 ◦ green 223 ◦ blue 133

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

Shades of Primrose #DFDF85

Tints of Primrose #DFDF85

RGB

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

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

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

R = 38.51%
G = 38.51%
B = 22.97%

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

#DFDF85 (or 0xDFDF85) is known color: Primrose. HEX triplet: DF, DF and 85. RGB value is (223,223,133). Sum of RGB (Red+Green+Blue) = 223+223+133=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF85 is #20207A. Grayscale: #D5D5D5. Windows color (decimal): -2105467 or 8773599. OLE color: 8773599.

HSL color Cylindrical-coordinate representation of color #DFDF85: 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.4%. Process color model (Four color, CMYK) of #DFDF85 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 223 133 -
CMYK 0 0 0.40 0.13
HSL 60º 0.58% 0.7% -
HSV(B) 60º 0.4% 0.87% -
XYZ 61.05 70.16 32.51 -
YUV 212.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 223 223 133 0 0 0.40 0.13 60 0.58 0.7
Hex DF DF 85 0 0 28 D 3C 3A 46
Octal 337 337 205 0 0 50 15 74 72 106
Binary 11011111 11011111 10000101 0 0 101000 1101 111100 111010 1000110

Color Harmonies of #DFDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF85

Black with #DFDF85

Text Example


Text Example

White with #DFDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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