#DCDE8A

Color #DCDE8A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCDE8A

Tints of Primrose #DCDE8A

Color information

#DCDE8A (or 0xDCDE8A) is unknown color: approx Primrose. HEX triplet: DC, DE and 8A. RGB value is (220,222,138). Sum of RGB (Red+Green+Blue) = 220+222+138=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE8A is #232175. Grayscale: #D4D4D4. Windows color (decimal): -2302326 or 9101020. OLE color: 9101020.

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

Color convert

RGB220222138-
CMYK0.0100.380.13
HSL61.43º56%70.59%-
HSV(B)61.43º37.84%87.06%-
XYZ60.2269.2934.25-
YUV211.8386.34133.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=37.93%
G=38.28%
B=23.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221380.0100.380.1361.435670.59
HexDCDE8A1026D3d3847
Octal3343362121046157570107
Binary1101110011011110100010101010011011011111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE8A; }

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

 H1.HeaderClassName
 {
   color: #DCDE8A;
 }
 .AnyTagClassName
 {
   color: #DCDE8A;
 }
</style>
background-color css

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

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

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

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

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

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