Html Css Color HEX #DCDE8D Primrose

📋 copy color: '#DCDE8D'

red 220 ◦ green 222 ◦ blue 141

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

Shades of Primrose #DCDE8D

Tints of Primrose #DCDE8D

RGB

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

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

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

R = 37.74%
G = 38.08%
B = 24.19%

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

#DCDE8D (or 0xDCDE8D) is known color: Primrose. HEX triplet: DC, DE and 8D. RGB value is (220,222,141). Sum of RGB (Red+Green+Blue) = 220+222+141=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE8D is #232172. Grayscale: #D4D4D4. Windows color (decimal): -2302323 or 9297628. OLE color: 9297628.

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

Color convert

RGB 220 222 141 -
CMYK 0.01 0 0.36 0.13
HSL 61.48º 0.55% 0.71% -
HSV(B) 61.48º 0.36% 0.87% -
XYZ 60.44 69.38 35.41 -
YUV 212.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 220 222 141 0.01 0 0.36 0.13 61.48 0.55 0.71
Hex DC DE 8D 1 0 24 D 3D 37 47
Octal 334 336 215 1 0 44 15 75 67 107
Binary 11011100 11011110 10001101 1 0 100100 1101 111101 110111 1000111

Color Harmonies of #DCDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE8D

Black with #DCDE8D

Text Example


Text Example

White with #DCDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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