Html Css Color HEX #DCDD8D Primrose

📋 copy color: '#DCDD8D'

red 220 ◦ green 221 ◦ blue 141

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

Shades of Primrose #DCDD8D

Tints of Primrose #DCDD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 37.8%
G = 37.97%
B = 24.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DCDD8D (or 0xDCDD8D) is known color: Primrose. HEX triplet: DC, DD and 8D. RGB value is (220,221,141). Sum of RGB (Red+Green+Blue) = 220+221+141=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8D is #232272. Grayscale: #D3D3D3. Windows color (decimal): -2302579 or 9297372. OLE color: 9297372.

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

Color convert

RGB 220 221 141 -
CMYK 0.00 0 0.36 0.13
HSL 60.75º 0.54% 0.71% -
HSV(B) 60.75º 0.36% 0.87% -
XYZ 60.18 68.85 35.32 -
YUV 211.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 220 221 141 0.00 0 0.36 0.13 60.75 0.54 0.71
Hex DC DD 8D 0 0 24 D 3D 36 47
Octal 334 335 215 0 0 44 15 75 66 107
Binary 11011100 11011101 10001101 0 0 100100 1101 111101 110110 1000111

Color Harmonies of #DCDD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD8D

Black with #DCDD8D

Text Example


Text Example

White with #DCDD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD8D; }

 p { color: rgb(220,221,141); }

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

background-color css

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

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

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

border-color css

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

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

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