#DBE68B

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

Shades of Primrose #DBE68B

Tints of Primrose #DBE68B

Color information

#DBE68B (or 0xDBE68B) is unknown color: approx Primrose. HEX triplet: DB, E6 and 8B. RGB value is (219,230,139). Sum of RGB (Red+Green+Blue) = 219+230+139=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68B is #241974. Grayscale: #D8D8D8. Windows color (decimal): -2365813 or 9168603. OLE color: 9168603.

HSL color Cylindrical-coordinate representation of color #DBE68B: hue angle of 67.25º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE68B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB219230139-
CMYK0.0500.400.10
HSL67.25º64.54%72.35%-
HSV(B)67.25º39.57%90.2%-
XYZ62.1773.5235.34-
YUV216.3484.36129.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=37.24%
G=39.12%
B=23.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301390.0500.400.1067.2564.5472.35
HexDBE68B5028A434148
Octal333346213505012103101110
Binary11011011111001101000101110101010001010100001110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE68B; }

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

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

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

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

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

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

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

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