Html Css Color HEX #DBE68E Primrose

📋 copy color: '#DBE68E'

red 219 ◦ green 230 ◦ blue 142

#DBE68E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DBE68E

Tints of Primrose #DBE68E

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 230 (90.23% from 255) = 38.92%

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 37.06%
G = 38.92%
B = 24.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DBE68E (or 0xDBE68E) is known color: Primrose. HEX triplet: DB, E6 and 8E. RGB value is (219,230,142). Sum of RGB (Red+Green+Blue) = 219+230+142=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68E is #241971. Grayscale: #D9D9D9. Windows color (decimal): -2365810 or 9365211. OLE color: 9365211.

HSL color Cylindrical-coordinate representation of color #DBE68E: hue angle of 67.5º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE68E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 142 -
CMYK 0.05 0 0.38 0.10
HSL 67.5º 0.64% 0.73% -
HSV(B) 67.5º 0.38% 0.9% -
XYZ 62.39 73.61 36.51 -
YUV 216.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 219 230 142 0.05 0 0.38 0.10 67.5 0.64 0.73
Hex DB E6 8E 5 0 26 A 44 40 49
Octal 333 346 216 5 0 46 12 104 100 111
Binary 11011011 11100110 10001110 101 0 100110 1010 1000100 1000000 1001001

Color Harmonies of #DBE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE68E

Black with #DBE68E

Text Example


Text Example

White with #DBE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE68E; }

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

 H1.HeaderClassName
 {
   color: #DBE68E;
 }
 .AnyTagClassName
 {
   color: #DBE68E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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