Html Css Color HEX #DFDE8E Primrose

📋 copy color: '#DFDE8E'

red 223 ◦ green 222 ◦ blue 142

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

Shades of Primrose #DFDE8E

Tints of Primrose #DFDE8E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 142 (55.86% from 255) = 24.19%

R = 37.99%
G = 37.82%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFDE8E (or 0xDFDE8E) is known color: Primrose. HEX triplet: DF, DE and 8E. RGB value is (223,222,142). Sum of RGB (Red+Green+Blue) = 223+222+142=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8E is #202171. Grayscale: #D5D5D5. Windows color (decimal): -2105714 or 9363167. OLE color: 9363167.

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

Color convert

RGB 223 222 142 -
CMYK 0 0.00 0.36 0.13
HSL 59.26º 0.56% 0.72% -
HSV(B) 59.26º 0.36% 0.87% -
XYZ 61.44 69.88 35.84 -
YUV 213.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 223 222 142 0 0.00 0.36 0.13 59.26 0.56 0.72
Hex DF DE 8E 0 0 24 D 3B 38 48
Octal 337 336 216 0 0 44 15 73 70 110
Binary 11011111 11011110 10001110 0 0 100100 1101 111011 111000 1001000

Color Harmonies of #DFDE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE8E

Black with #DFDE8E

Text Example


Text Example

White with #DFDE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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