Html Css Color HEX #DFDE8C Primrose

📋 copy color: '#DFDE8C'

red 223 ◦ green 222 ◦ blue 140

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

Shades of Primrose #DFDE8C

Tints of Primrose #DFDE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.93%

R = 38.12%
G = 37.95%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFDE8C (or 0xDFDE8C) is known color: Primrose. HEX triplet: DF, DE and 8C. RGB value is (223,222,140). Sum of RGB (Red+Green+Blue) = 223+222+140=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8C is #202173. Grayscale: #D5D5D5. Windows color (decimal): -2105716 or 9232095. OLE color: 9232095.

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

Color convert

RGB 223 222 140 -
CMYK 0 0.00 0.37 0.13
HSL 59.28º 0.56% 0.71% -
HSV(B) 59.28º 0.37% 0.87% -
XYZ 61.29 69.82 35.06 -
YUV 212.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 223 222 140 0 0.00 0.37 0.13 59.28 0.56 0.71
Hex DF DE 8C 0 0 25 D 3B 38 47
Octal 337 336 214 0 0 45 15 73 70 107
Binary 11011111 11011110 10001100 0 0 100101 1101 111011 111000 1000111

Color Harmonies of #DFDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE8C

Black with #DFDE8C

Text Example


Text Example

White with #DFDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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