Html Css Color HEX #DDD48A Primrose

📋 copy color: '#DDD48A'

red 221 ◦ green 212 ◦ blue 138

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

Shades of Primrose #DDD48A

Tints of Primrose #DDD48A

RGB

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

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

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

R = 38.7%
G = 37.13%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD48A (or 0xDDD48A) is known color: Primrose. HEX triplet: DD, D4 and 8A. RGB value is (221,212,138). Sum of RGB (Red+Green+Blue) = 221+212+138=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48A is #222B75. Grayscale: #CECECE. Windows color (decimal): -2239350 or 9098461. OLE color: 9098461.

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

Color convert

RGB 221 212 138 -
CMYK 0 0.04 0.38 0.13
HSL 53.49º 0.55% 0.7% -
HSV(B) 53.49º 0.38% 0.87% -
XYZ 57.95 64.29 33.4 -
YUV 206.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 221 212 138 0 0.04 0.38 0.13 53.49 0.55 0.7
Hex DD D4 8A 0 4 26 D 35 37 46
Octal 335 324 212 0 4 46 15 65 67 106
Binary 11011101 11010100 10001010 0 100 100110 1101 110101 110111 1000110

Color Harmonies of #DDD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD48A

Black with #DDD48A

Text Example


Text Example

White with #DDD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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