#DCDB90

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

Shades of Primrose #DCDB90

Tints of Primrose #DCDB90

Color information

#DCDB90 (or 0xDCDB90) is unknown color: approx Primrose. HEX triplet: DC, DB and 90. RGB value is (220,219,144). Sum of RGB (Red+Green+Blue) = 220+219+144=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB90 is #23246F. Grayscale: #D3D3D3. Windows color (decimal): -2303088 or 9493468. OLE color: 9493468.

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

Color convert

RGB220219144-
CMYK00.000.350.14
HSL59.21º52.05%71.37%-
HSV(B)59.21º34.55%86.27%-
XYZ59.8867.8936.33-
YUV210.7590.33134.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 144 (56.64% from 255) = 24.70%
R=37.74%
G=37.56%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021914400.000.350.1459.2152.0571.37
HexDCDB900023E3b3447
Octal3343332200043167364107
Binary1101110011011011100100000010001111101110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB90; }

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

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

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

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

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

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

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

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