Html Css Color HEX #DDD48F Primrose

📋 copy color: '#DDD48F'

red 221 ◦ green 212 ◦ blue 143

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

Shades of Primrose #DDD48F

Tints of Primrose #DDD48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

 BLUE value IS 143 (56.25% from 255) = 24.83%

R = 38.37%
G = 36.81%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD48F (or 0xDDD48F) is known color: Primrose. HEX triplet: DD, D4 and 8F. RGB value is (221,212,143). Sum of RGB (Red+Green+Blue) = 221+212+143=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48F is #222B70. Grayscale: #CFCFCF. Windows color (decimal): -2239345 or 9426141. OLE color: 9426141.

HSL color Cylindrical-coordinate representation of color #DDD48F: hue angle of 53.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDD48F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 143 -
CMYK 0 0.04 0.35 0.13
HSL 53.08º 0.53% 0.71% -
HSV(B) 53.08º 0.35% 0.87% -
XYZ 58.32 64.44 35.35 -
YUV 206.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 221 212 143 0 0.04 0.35 0.13 53.08 0.53 0.71
Hex DD D4 8F 0 4 23 D 35 35 47
Octal 335 324 217 0 4 43 15 65 65 107
Binary 11011101 11010100 10001111 0 100 100011 1101 110101 110101 1000111

Color Harmonies of #DDD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD48F

Black with #DDD48F

Text Example


Text Example

White with #DDD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD48F; }

 p { color: rgb(221,212,143); }

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

background-color css

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

 a { background-color: rgb(221,212,143); }

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

border-color css

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

 span { border-color: rgb(221,212,143); }

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