Html Css Color HEX #DBE690 Primrose

📋 copy color: '#DBE690'

red 219 ◦ green 230 ◦ blue 144

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

Shades of Primrose #DBE690

Tints of Primrose #DBE690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.28%

R = 36.93%
G = 38.79%
B = 24.28%

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

#DBE690 (or 0xDBE690) is known color: Primrose. HEX triplet: DB, E6 and 90. RGB value is (219,230,144). Sum of RGB (Red+Green+Blue) = 219+230+144=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE690 is #24196F. Grayscale: #D9D9D9. Windows color (decimal): -2365808 or 9496283. OLE color: 9496283.

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

Color convert

RGB 219 230 144 -
CMYK 0.05 0 0.37 0.10
HSL 67.67º 0.63% 0.73% -
HSV(B) 67.67º 0.37% 0.9% -
XYZ 62.54 73.67 37.31 -
YUV 216.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 219 230 144 0.05 0 0.37 0.10 67.67 0.63 0.73
Hex DB E6 90 5 0 25 A 44 3F 49
Octal 333 346 220 5 0 45 12 104 77 111
Binary 11011011 11100110 10010000 101 0 100101 1010 1000100 111111 1001001

Color Harmonies of #DBE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE690

Black with #DBE690

Text Example


Text Example

White with #DBE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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