#DCDA98

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

Shades of Primrose #DCDA98

Tints of Primrose #DCDA98

Color information

#DCDA98 (or 0xDCDA98) is unknown color: approx Primrose. HEX triplet: DC, DA and 98. RGB value is (220,218,152). Sum of RGB (Red+Green+Blue) = 220+218+152=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA98 is #232567. Grayscale: #D3D3D3. Windows color (decimal): -2303336 or 10017500. OLE color: 10017500.

HSL color Cylindrical-coordinate representation of color #DCDA98: hue angle of 58.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCDA98 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220218152-
CMYK00.010.310.14
HSL58.24º49.28%72.94%-
HSV(B)58.24º30.91%86.27%-
XYZ60.2567.6339.58-
YUV211.0794.66134.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=37.29%
G=36.95%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021815200.010.310.1458.2449.2872.94
HexDCDA98011FE3a3149
Octal3343322300137167261111
Binary110111001101101010011000011111111101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA98; }

 p { color: rgb(220,218,152); }

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

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

 a { background-color: rgb(220,218,152); }

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

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

 span { border-color: rgb(220,218,152); }

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