Html Css Color HEX #DCDF8F Primrose

📋 copy color: '#DCDF8F'

red 220 ◦ green 223 ◦ blue 143

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

Shades of Primrose #DCDF8F

Tints of Primrose #DCDF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.4%

R = 37.54%
G = 38.05%
B = 24.4%

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

#DCDF8F (or 0xDCDF8F) is known color: Primrose. HEX triplet: DC, DF and 8F. RGB value is (220,223,143). Sum of RGB (Red+Green+Blue) = 220+223+143=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8F is #232070. Grayscale: #D5D5D5. Windows color (decimal): -2302065 or 9428956. OLE color: 9428956.

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

Color convert

RGB 220 223 143 -
CMYK 0.01 0 0.36 0.13
HSL 62.25º 0.56% 0.72% -
HSV(B) 62.25º 0.36% 0.87% -
XYZ 60.86 69.97 36.29 -
YUV 212.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 220 223 143 0.01 0 0.36 0.13 62.25 0.56 0.72
Hex DC DF 8F 1 0 24 D 3E 38 48
Octal 334 337 217 1 0 44 15 76 70 110
Binary 11011100 11011111 10001111 1 0 100100 1101 111110 111000 1001000

Color Harmonies of #DCDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF8F

Black with #DCDF8F

Text Example


Text Example

White with #DCDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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