Html Css Color HEX #DBD38C Primrose

📋 copy color: '#DBD38C'

red 219 ◦ green 211 ◦ blue 140

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

Shades of Primrose #DBD38C

Tints of Primrose #DBD38C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.02%

 BLUE value IS 140 (55.08% from 255) = 24.56%

R = 38.42%
G = 37.02%
B = 24.56%

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

#DBD38C (or 0xDBD38C) is known color: Primrose. HEX triplet: DB, D3 and 8C. RGB value is (219,211,140). Sum of RGB (Red+Green+Blue) = 219+211+140=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38C is #242C73. Grayscale: #CDCDCD. Windows color (decimal): -2370676 or 9229275. OLE color: 9229275.

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

Color convert

RGB 219 211 140 -
CMYK 0 0.04 0.36 0.14
HSL 53.92º 0.52% 0.7% -
HSV(B) 53.92º 0.36% 0.86% -
XYZ 57.24 63.54 34.06 -
YUV 205.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 219 211 140 0 0.04 0.36 0.14 53.92 0.52 0.7
Hex DB D3 8C 0 4 24 E 36 34 46
Octal 333 323 214 0 4 44 16 66 64 106
Binary 11011011 11010011 10001100 0 100 100100 1110 110110 110100 1000110

Color Harmonies of #DBD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD38C

Black with #DBD38C

Text Example


Text Example

White with #DBD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD38C; }

 p { color: rgb(219,211,140); }

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

background-color css

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

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

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

border-color css

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

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

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