Html Css Color HEX #DBDA85 Primrose

📋 copy color: '#DBDA85'

red 219 ◦ green 218 ◦ blue 133

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

Shades of Primrose #DBDA85

Tints of Primrose #DBDA85

RGB

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

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

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

R = 38.42%
G = 38.25%
B = 23.33%

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

#DBDA85 (or 0xDBDA85) is known color: Primrose. HEX triplet: DB, DA and 85. RGB value is (219,218,133). Sum of RGB (Red+Green+Blue) = 219+218+133=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA85 is #24257A. Grayscale: #D0D0D0. Windows color (decimal): -2368891 or 8772315. OLE color: 8772315.

HSL color Cylindrical-coordinate representation of color #DBDA85: hue angle of 59.3º 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 #DBDA85 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 133 -
CMYK 0 0.00 0.39 0.14
HSL 59.3º 0.54% 0.69% -
HSV(B) 59.3º 0.39% 0.86% -
XYZ 58.52 66.9 32.02 -
YUV 208.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 219 218 133 0 0.00 0.39 0.14 59.3 0.54 0.69
Hex DB DA 85 0 0 27 E 3B 36 45
Octal 333 332 205 0 0 47 16 73 66 105
Binary 11011011 11011010 10000101 0 0 100111 1110 111011 110110 1000101

Color Harmonies of #DBDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA85

Black with #DBDA85

Text Example


Text Example

White with #DBDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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