Html Css Color HEX #DDD695 Primrose

📋 copy color: '#DDD695'

red 221 ◦ green 214 ◦ blue 149

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

Shades of Primrose #DDD695

Tints of Primrose #DDD695

RGB

 RED value IS 221 (86.72% from 255) = 37.84%

 GREEN value IS 214 (83.98% from 255) = 36.64%

 BLUE value IS 149 (58.59% from 255) = 25.51%

R = 37.84%
G = 36.64%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD695 (or 0xDDD695) is known color: Primrose. HEX triplet: DD, D6 and 95. RGB value is (221,214,149). Sum of RGB (Red+Green+Blue) = 221+214+149=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD695 is #22296A. Grayscale: #D0D0D0. Windows color (decimal): -2238827 or 9819869. OLE color: 9819869.

HSL color Cylindrical-coordinate representation of color #DDD695: hue angle of 54.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD695 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 149 -
CMYK 0 0.03 0.33 0.13
HSL 54.17º 0.51% 0.73% -
HSV(B) 54.17º 0.33% 0.87% -
XYZ 59.29 65.64 37.98 -
YUV 208.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 221 214 149 0 0.03 0.33 0.13 54.17 0.51 0.73
Hex DD D6 95 0 3 21 D 36 33 49
Octal 335 326 225 0 3 41 15 66 63 111
Binary 11011101 11010110 10010101 0 11 100001 1101 110110 110011 1001001

Color Harmonies of #DDD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD695

Black with #DDD695

Text Example


Text Example

White with #DDD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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