Html Css Color HEX #DBDB8B Primrose

📋 copy color: '#DBDB8B'

red 219 ◦ green 219 ◦ blue 139

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

Shades of Primrose #DBDB8B

Tints of Primrose #DBDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

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

R = 37.95%
G = 37.95%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBDB8B (or 0xDBDB8B) is known color: Primrose. HEX triplet: DB, DB and 8B. RGB value is (219,219,139). Sum of RGB (Red+Green+Blue) = 219+219+139=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB8B is #242474. Grayscale: #D2D2D2. Windows color (decimal): -2368629 or 9165787. OLE color: 9165787.

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

Color convert

RGB 219 219 139 -
CMYK 0 0 0.37 0.14
HSL 60º 0.53% 0.7% -
HSV(B) 60º 0.37% 0.86% -
XYZ 59.21 67.59 34.35 -
YUV 209.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 219 219 139 0 0 0.37 0.14 60 0.53 0.7
Hex DB DB 8B 0 0 25 E 3C 35 46
Octal 333 333 213 0 0 45 16 74 65 106
Binary 11011011 11011011 10001011 0 0 100101 1110 111100 110101 1000110

Color Harmonies of #DBDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB8B

Black with #DBDB8B

Text Example


Text Example

White with #DBDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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