#DBE68A

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

Shades of Primrose #DBE68A

Tints of Primrose #DBE68A

Color information

#DBE68A (or 0xDBE68A) is unknown color: approx Primrose. HEX triplet: DB, E6 and 8A. RGB value is (219,230,138). Sum of RGB (Red+Green+Blue) = 219+230+138=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68A is #241975. Grayscale: #D8D8D8. Windows color (decimal): -2365814 or 9103067. OLE color: 9103067.

HSL color Cylindrical-coordinate representation of color #DBE68A: hue angle of 67.17º 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 #DBE68A is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB219230138-
CMYK0.0500.40.10
HSL67.17º64.79%72.16%-
HSV(B)67.17º40%90.2%-
XYZ62.173.4934.96-
YUV216.2283.86129.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=37.31%
G=39.18%
B=23.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301380.0500.40.1067.1764.7972.16
HexDBE68A5028A434148
Octal333346212505012103101110
Binary11011011111001101000101010101010001010100001110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE68A; }

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

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

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

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

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

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

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

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