Html Css Color HEX #DBE692 Primrose

📋 copy color: '#DBE692'

red 219 ◦ green 230 ◦ blue 146

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

Shades of Primrose #DBE692

Tints of Primrose #DBE692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.54%

R = 36.81%
G = 38.66%
B = 24.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DBE692 (or 0xDBE692) is known color: Primrose. HEX triplet: DB, E6 and 92. RGB value is (219,230,146). Sum of RGB (Red+Green+Blue) = 219+230+146=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE692 is #24196D. Grayscale: #D9D9D9. Windows color (decimal): -2365806 or 9627355. OLE color: 9627355.

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

Color convert

RGB 219 230 146 -
CMYK 0.05 0 0.37 0.10
HSL 67.86º 0.63% 0.74% -
HSV(B) 67.86º 0.37% 0.9% -
XYZ 62.7 73.73 38.12 -
YUV 217.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 219 230 146 0.05 0 0.37 0.10 67.86 0.63 0.74
Hex DB E6 92 5 0 25 A 44 3F 4A
Octal 333 346 222 5 0 45 12 104 77 112
Binary 11011011 11100110 10010010 101 0 100101 1010 1000100 111111 1001010

Color Harmonies of #DBE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE692

Black with #DBE692

Text Example


Text Example

White with #DBE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE692; }

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

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

background-color css

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

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

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

border-color css

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

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

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