Html Css Color HEX #DCDC8C Primrose

📋 copy color: '#DCDC8C'

red 220 ◦ green 220 ◦ blue 140

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

Shades of Primrose #DCDC8C

Tints of Primrose #DCDC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 37.93%
G = 37.93%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCDC8C (or 0xDCDC8C) is known color: Primrose. HEX triplet: DC, DC and 8C. RGB value is (220,220,140). Sum of RGB (Red+Green+Blue) = 220+220+140=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC8C is #232373. Grayscale: #D3D3D3. Windows color (decimal): -2302836 or 9231580. OLE color: 9231580.

HSL color Cylindrical-coordinate representation of color #DCDC8C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDC8C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 140 -
CMYK 0 0 0.36 0.14
HSL 60º 0.53% 0.71% -
HSV(B) 60º 0.36% 0.86% -
XYZ 59.84 68.3 34.84 -
YUV 210.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 220 220 140 0 0 0.36 0.14 60 0.53 0.71
Hex DC DC 8C 0 0 24 E 3C 35 47
Octal 334 334 214 0 0 44 16 74 65 107
Binary 11011100 11011100 10001100 0 0 100100 1110 111100 110101 1000111

Color Harmonies of #DCDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC8C

Black with #DCDC8C

Text Example


Text Example

White with #DCDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC8C; }

 p { color: rgb(220,220,140); }

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

background-color css

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

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

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

border-color css

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

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

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