Html Css Color HEX #DBE685 Primrose

📋 copy color: '#DBE685'

red 219 ◦ green 230 ◦ blue 133

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

Shades of Primrose #DBE685

Tints of Primrose #DBE685

RGB

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

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

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

R = 37.63%
G = 39.52%
B = 22.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DBE685 (or 0xDBE685) is known color: Primrose. HEX triplet: DB, E6 and 85. RGB value is (219,230,133). Sum of RGB (Red+Green+Blue) = 219+230+133=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE685 is #24197A. Grayscale: #D8D8D8. Windows color (decimal): -2365819 or 8775387. OLE color: 8775387.

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

Color convert

RGB 219 230 133 -
CMYK 0.05 0 0.42 0.10
HSL 66.8º 0.66% 0.71% -
HSV(B) 66.8º 0.42% 0.9% -
XYZ 61.74 73.35 33.09 -
YUV 215.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 219 230 133 0.05 0 0.42 0.10 66.8 0.66 0.71
Hex DB E6 85 5 0 2A A 43 42 47
Octal 333 346 205 5 0 52 12 103 102 107
Binary 11011011 11100110 10000101 101 0 101010 1010 1000011 1000010 1000111

Color Harmonies of #DBE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE685

Black with #DBE685

Text Example


Text Example

White with #DBE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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