Html Css Color HEX #D3DB9A Primrose

📋 copy color: '#D3DB9A'

red 211 ◦ green 219 ◦ blue 154

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

Shades of Primrose #D3DB9A

Tints of Primrose #D3DB9A

RGB

 RED value IS 211 (82.81% from 255) = 36.13%

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

 BLUE value IS 154 (60.55% from 255) = 26.37%

R = 36.13%
G = 37.5%
B = 26.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#D3DB9A (or 0xD3DB9A) is known color: Primrose. HEX triplet: D3, DB and 9A. RGB value is (211,219,154). Sum of RGB (Red+Green+Blue) = 211+219+154=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9A is #2C2465. Grayscale: #D1D1D1. Windows color (decimal): -2892902 or 10148819. OLE color: 10148819.

HSL color Cylindrical-coordinate representation of color #D3DB9A: hue angle of 67.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3DB9A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 219 154 -
CMYK 0.04 0 0.30 0.14
HSL 67.38º 0.47% 0.73% -
HSV(B) 67.38º 0.3% 0.86% -
XYZ 58.03 66.85 40.42 -
YUV 209.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 211 219 154 0.04 0 0.30 0.14 67.38 0.47 0.73
Hex D3 DB 9A 4 0 1E E 43 2F 49
Octal 323 333 232 4 0 36 16 103 57 111
Binary 11010011 11011011 10011010 100 0 11110 1110 1000011 101111 1001001

Color Harmonies of #D3DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB9A

Black with #D3DB9A

Text Example


Text Example

White with #D3DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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