#DBE08D

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

Shades of Primrose #DBE08D

Tints of Primrose #DBE08D

Color information

#DBE08D (or 0xDBE08D) is unknown color: approx Primrose. HEX triplet: DB, E0 and 8D. RGB value is (219,224,141). Sum of RGB (Red+Green+Blue) = 219+224+141=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE08D is #241F72. Grayscale: #D5D5D5. Windows color (decimal): -2367347 or 9298139. OLE color: 9298139.

HSL color Cylindrical-coordinate representation of color #DBE08D: hue angle of 63.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE08D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB219224141-
CMYK0.0200.370.12
HSL63.61º57.24%71.57%-
HSV(B)63.61º37.05%87.84%-
XYZ60.6870.2935.57-
YUV213.0487.34132.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=37.5%
G=38.36%
B=24.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241410.0200.370.1263.6157.2471.57
HexDBE08D2025C403948
Octal33334021520451410071110
Binary110110111110000010001101100100101110010000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE08D; }

 p { color: rgb(219,224,141); }

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

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

 a { background-color: rgb(219,224,141); }

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

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

 span { border-color: rgb(219,224,141); }

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