#DCDE8B

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

Shades of Primrose #DCDE8B

Tints of Primrose #DCDE8B

Color information

#DCDE8B (or 0xDCDE8B) is unknown color: approx Primrose. HEX triplet: DC, DE and 8B. RGB value is (220,222,139). Sum of RGB (Red+Green+Blue) = 220+222+139=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE8B is #232174. Grayscale: #D4D4D4. Windows color (decimal): -2302325 or 9166556. OLE color: 9166556.

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

Color convert

RGB220222139-
CMYK0.0100.370.13
HSL61.45º55.7%70.78%-
HSV(B)61.45º37.39%87.06%-
XYZ60.369.3234.63-
YUV211.9486.84133.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=37.87%
G=38.21%
B=23.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221390.0100.370.1361.4555.770.78
HexDCDE8B1025D3d3847
Octal3343362131045157570107
Binary1101110011011110100010111010010111011111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE8B; }

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

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

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

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

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

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

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

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