Html Css Color HEX #D6DD9B Primrose

📋 copy color: '#D6DD9B'

red 214 ◦ green 221 ◦ blue 155

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

Shades of Primrose #D6DD9B

Tints of Primrose #D6DD9B

RGB

 RED value IS 214 (83.98% from 255) = 36.27%

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 36.27%
G = 37.46%
B = 26.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D6DD9B (or 0xD6DD9B) is known color: Primrose. HEX triplet: D6, DD and 9B. RGB value is (214,221,155). Sum of RGB (Red+Green+Blue) = 214+221+155=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD9B is #292264. Grayscale: #D3D3D3. Windows color (decimal): -2695781 or 10214870. OLE color: 10214870.

HSL color Cylindrical-coordinate representation of color #D6DD9B: hue angle of 66.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6DD9B is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 155 -
CMYK 0.03 0 0.30 0.13
HSL 66.36º 0.49% 0.74% -
HSV(B) 66.36º 0.3% 0.87% -
XYZ 59.5 68.38 41.07 -
YUV 211.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 214 221 155 0.03 0 0.30 0.13 66.36 0.49 0.74
Hex D6 DD 9B 3 0 1E D 42 31 4A
Octal 326 335 233 3 0 36 15 102 61 112
Binary 11010110 11011101 10011011 11 0 11110 1101 1000010 110001 1001010

Color Harmonies of #D6DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD9B

Black with #D6DD9B

Text Example


Text Example

White with #D6DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD9B; }

 p { color: rgb(214,221,155); }

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

background-color css

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

 a { background-color: rgb(214,221,155); }

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

border-color css

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

 span { border-color: rgb(214,221,155); }

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