#DCDB94

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

Shades of Primrose #DCDB94

Tints of Primrose #DCDB94

Color information

#DCDB94 (or 0xDCDB94) is unknown color: approx Primrose. HEX triplet: DC, DB and 94. RGB value is (220,219,148). Sum of RGB (Red+Green+Blue) = 220+219+148=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB94 is #23246B. Grayscale: #D3D3D3. Windows color (decimal): -2303084 or 9755612. OLE color: 9755612.

HSL color Cylindrical-coordinate representation of color #DCDB94: hue angle of 59.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCDB94 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220219148-
CMYK00.000.330.14
HSL59.17º50.7%72.16%-
HSV(B)59.17º32.73%86.27%-
XYZ60.1968.0237.97-
YUV211.292.33134.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=37.48%
G=37.31%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021914800.000.330.1459.1750.772.16
HexDCDB940021E3b3348
Octal3343332240041167363110
Binary1101110011011011100101000010000111101110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB94; }

 p { color: rgb(220,219,148); }

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

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

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

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

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

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

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