Html Css Color HEX #DDD38C Primrose

📋 copy color: '#DDD38C'

red 221 ◦ green 211 ◦ blue 140

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

Shades of Primrose #DDD38C

Tints of Primrose #DDD38C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.89%

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 38.64%
G = 36.89%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDD38C (or 0xDDD38C) is known color: Primrose. HEX triplet: DD, D3 and 8C. RGB value is (221,211,140). Sum of RGB (Red+Green+Blue) = 221+211+140=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38C is #222C73. Grayscale: #CECECE. Windows color (decimal): -2239604 or 9229277. OLE color: 9229277.

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

Color convert

RGB 221 211 140 -
CMYK 0 0.05 0.37 0.13
HSL 52.59º 0.54% 0.71% -
HSV(B) 52.59º 0.37% 0.87% -
XYZ 57.85 63.85 34.09 -
YUV 205.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 221 211 140 0 0.05 0.37 0.13 52.59 0.54 0.71
Hex DD D3 8C 0 5 25 D 35 36 47
Octal 335 323 214 0 5 45 15 65 66 107
Binary 11011101 11010011 10001100 0 101 100101 1101 110101 110110 1000111

Color Harmonies of #DDD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD38C

Black with #DDD38C

Text Example


Text Example

White with #DDD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD38C; }

 p { color: rgb(221,211,140); }

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

background-color css

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

 a { background-color: rgb(221,211,140); }

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

border-color css

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

 span { border-color: rgb(221,211,140); }

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