#DDD98A

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

Shades of Primrose #DDD98A

Tints of Primrose #DDD98A

Color information

#DDD98A (or 0xDDD98A) is unknown color: approx Primrose. HEX triplet: DD, D9 and 8A. RGB value is (221,217,138). Sum of RGB (Red+Green+Blue) = 221+217+138=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98A is #222675. Grayscale: #D1D1D1. Windows color (decimal): -2238070 or 9099741. OLE color: 9099741.

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

Color convert

RGB221217138-
CMYK00.020.380.13
HSL57.11º54.97%70.39%-
HSV(B)57.11º37.56%86.67%-
XYZ59.2266.8333.82-
YUV209.1987.83136.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 138 (54.30% from 255) = 23.96%
R=38.37%
G=37.67%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121713800.020.380.1357.1154.9770.39
HexDDD98A0226D393746
Octal3353312120246157167106
Binary11011101110110011000101001010011011011110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD98A; }

 p { color: rgb(221,217,138); }

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

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

 a { background-color: rgb(221,217,138); }

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

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

 span { border-color: rgb(221,217,138); }

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