Html Css Color HEX #DBE285 Primrose

📋 copy color: '#DBE285'

red 219 ◦ green 226 ◦ blue 133

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

Shades of Primrose #DBE285

Tints of Primrose #DBE285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.1%

 BLUE value IS 133 (52.34% from 255) = 23.01%

R = 37.89%
G = 39.1%
B = 23.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DBE285 (or 0xDBE285) is known color: Primrose. HEX triplet: DB, E2 and 85. RGB value is (219,226,133). Sum of RGB (Red+Green+Blue) = 219+226+133=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE285 is #241D7A. Grayscale: #D5D5D5. Windows color (decimal): -2366843 or 8774363. OLE color: 8774363.

HSL color Cylindrical-coordinate representation of color #DBE285: hue angle of 64.52º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE285 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 133 -
CMYK 0.03 0 0.41 0.11
HSL 64.52º 0.62% 0.7% -
HSV(B) 64.52º 0.41% 0.89% -
XYZ 60.64 71.15 32.73 -
YUV 213.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 219 226 133 0.03 0 0.41 0.11 64.52 0.62 0.7
Hex DB E2 85 3 0 29 B 41 3E 46
Octal 333 342 205 3 0 51 13 101 76 106
Binary 11011011 11100010 10000101 11 0 101001 1011 1000001 111110 1000110

Color Harmonies of #DBE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE285

Black with #DBE285

Text Example


Text Example

White with #DBE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE285; }

 p { color: rgb(219,226,133); }

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

background-color css

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

 a { background-color: rgb(219,226,133); }

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

border-color css

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

 span { border-color: rgb(219,226,133); }

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