Html Css Color HEX #DBD28D Primrose

📋 copy color: '#DBD28D'

red 219 ◦ green 210 ◦ blue 141

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

Shades of Primrose #DBD28D

Tints of Primrose #DBD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.84%

 BLUE value IS 141 (55.47% from 255) = 24.74%

R = 38.42%
G = 36.84%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBD28D (or 0xDBD28D) is known color: Primrose. HEX triplet: DB, D2 and 8D. RGB value is (219,210,141). Sum of RGB (Red+Green+Blue) = 219+210+141=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28D is #242D72. Grayscale: #CDCDCD. Windows color (decimal): -2370931 or 9294555. OLE color: 9294555.

HSL color Cylindrical-coordinate representation of color #DBD28D: hue angle of 53.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD28D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 141 -
CMYK 0 0.04 0.36 0.14
HSL 53.08º 0.52% 0.71% -
HSV(B) 53.08º 0.36% 0.86% -
XYZ 57.07 63.08 34.37 -
YUV 204.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 219 210 141 0 0.04 0.36 0.14 53.08 0.52 0.71
Hex DB D2 8D 0 4 24 E 35 34 47
Octal 333 322 215 0 4 44 16 65 64 107
Binary 11011011 11010010 10001101 0 100 100100 1110 110101 110100 1000111

Color Harmonies of #DBD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD28D

Black with #DBD28D

Text Example


Text Example

White with #DBD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD28D; }

 p { color: rgb(219,210,141); }

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

background-color css

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

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

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

border-color css

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

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

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