Html Css Color HEX #DBDA8B Primrose

📋 copy color: '#DBDA8B'

red 219 ◦ green 218 ◦ blue 139

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

Shades of Primrose #DBDA8B

Tints of Primrose #DBDA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.13%

R = 38.02%
G = 37.85%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBDA8B (or 0xDBDA8B) is known color: Primrose. HEX triplet: DB, DA and 8B. RGB value is (219,218,139). Sum of RGB (Red+Green+Blue) = 219+218+139=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8B is #242574. Grayscale: #D1D1D1. Windows color (decimal): -2368885 or 9165531. OLE color: 9165531.

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

Color convert

RGB 219 218 139 -
CMYK 0 0.00 0.37 0.14
HSL 59.25º 0.53% 0.7% -
HSV(B) 59.25º 0.37% 0.86% -
XYZ 58.95 67.07 34.26 -
YUV 209.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 219 218 139 0 0.00 0.37 0.14 59.25 0.53 0.7
Hex DB DA 8B 0 0 25 E 3B 35 46
Octal 333 332 213 0 0 45 16 73 65 106
Binary 11011011 11011010 10001011 0 0 100101 1110 111011 110101 1000110

Color Harmonies of #DBDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA8B

Black with #DBDA8B

Text Example


Text Example

White with #DBDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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