Html Css Color HEX #DCDF8E Primrose

📋 copy color: '#DCDF8E'

red 220 ◦ green 223 ◦ blue 142

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

Shades of Primrose #DCDF8E

Tints of Primrose #DCDF8E

RGB

 RED value IS 220 (86.33% from 255) = 37.61%

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

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

R = 37.61%
G = 38.12%
B = 24.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DCDF8E (or 0xDCDF8E) is known color: Primrose. HEX triplet: DC, DF and 8E. RGB value is (220,223,142). Sum of RGB (Red+Green+Blue) = 220+223+142=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8E is #232071. Grayscale: #D5D5D5. Windows color (decimal): -2302066 or 9363420. OLE color: 9363420.

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

Color convert

RGB 220 223 142 -
CMYK 0.01 0 0.36 0.13
HSL 62.22º 0.56% 0.72% -
HSV(B) 62.22º 0.36% 0.87% -
XYZ 60.79 69.94 35.89 -
YUV 212.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 220 223 142 0.01 0 0.36 0.13 62.22 0.56 0.72
Hex DC DF 8E 1 0 24 D 3E 38 48
Octal 334 337 216 1 0 44 15 76 70 110
Binary 11011100 11011111 10001110 1 0 100100 1101 111110 111000 1001000

Color Harmonies of #DCDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF8E

Black with #DCDF8E

Text Example


Text Example

White with #DCDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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