Html Css Color HEX #DBD38A Primrose

📋 copy color: '#DBD38A'

red 219 ◦ green 211 ◦ blue 138

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

Shades of Primrose #DBD38A

Tints of Primrose #DBD38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 38.56%
G = 37.15%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBD38A (or 0xDBD38A) is known color: Primrose. HEX triplet: DB, D3 and 8A. RGB value is (219,211,138). Sum of RGB (Red+Green+Blue) = 219+211+138=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38A is #242C75. Grayscale: #CDCDCD. Windows color (decimal): -2370678 or 9098203. OLE color: 9098203.

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

Color convert

RGB 219 211 138 -
CMYK 0 0.04 0.37 0.14
HSL 54.07º 0.53% 0.7% -
HSV(B) 54.07º 0.37% 0.86% -
XYZ 57.1 63.48 33.29 -
YUV 205.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 219 211 138 0 0.04 0.37 0.14 54.07 0.53 0.7
Hex DB D3 8A 0 4 25 E 36 35 46
Octal 333 323 212 0 4 45 16 66 65 106
Binary 11011011 11010011 10001010 0 100 100101 1110 110110 110101 1000110

Color Harmonies of #DBD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD38A

Black with #DBD38A

Text Example


Text Example

White with #DBD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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