Html Css Color HEX #DBDA86 Primrose

📋 copy color: '#DBDA86'

red 219 ◦ green 218 ◦ blue 134

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

Shades of Primrose #DBDA86

Tints of Primrose #DBDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 38.35%
G = 38.18%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBDA86 (or 0xDBDA86) is known color: Primrose. HEX triplet: DB, DA and 86. RGB value is (219,218,134). Sum of RGB (Red+Green+Blue) = 219+218+134=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA86 is #242579. Grayscale: #D1D1D1. Windows color (decimal): -2368890 or 8837851. OLE color: 8837851.

HSL color Cylindrical-coordinate representation of color #DBDA86: hue angle of 59.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBDA86 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 134 -
CMYK 0 0.00 0.39 0.14
HSL 59.29º 0.54% 0.69% -
HSV(B) 59.29º 0.39% 0.86% -
XYZ 58.59 66.92 32.38 -
YUV 208.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 219 218 134 0 0.00 0.39 0.14 59.29 0.54 0.69
Hex DB DA 86 0 0 27 E 3B 36 45
Octal 333 332 206 0 0 47 16 73 66 105
Binary 11011011 11011010 10000110 0 0 100111 1110 111011 110110 1000101

Color Harmonies of #DBDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA86

Black with #DBDA86

Text Example


Text Example

White with #DBDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA86; }

 p { color: rgb(219,218,134); }

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

background-color css

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

 a { background-color: rgb(219,218,134); }

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

border-color css

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

 span { border-color: rgb(219,218,134); }

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