#DEDB8B

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

Shades of Primrose #DEDB8B

Tints of Primrose #DEDB8B

Color information

#DEDB8B (or 0xDEDB8B) is unknown color: approx Primrose. HEX triplet: DE, DB and 8B. RGB value is (222,219,139). Sum of RGB (Red+Green+Blue) = 222+219+139=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8B is #212474. Grayscale: #D3D3D3. Windows color (decimal): -2172021 or 9165790. OLE color: 9165790.

HSL color Cylindrical-coordinate representation of color #DEDB8B: hue angle of 57.83º 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 #DEDB8B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222219139-
CMYK00.010.370.13
HSL57.83º55.7%70.78%-
HSV(B)57.83º37.39%87.06%-
XYZ60.1268.0634.39-
YUV210.7887.49136-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=38.28%
G=37.76%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221913900.010.370.1357.8355.770.78
HexDEDB8B0125D3a3847
Octal3363332130145157270107
Binary1101111011011011100010110110010111011110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB8B; }

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

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

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

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

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

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

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

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