Html Css Color HEX #DDD38E Primrose

📋 copy color: '#DDD38E'

red 221 ◦ green 211 ◦ blue 142

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

Shades of Primrose #DDD38E

Tints of Primrose #DDD38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.74%

R = 38.5%
G = 36.76%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD38E (or 0xDDD38E) is known color: Primrose. HEX triplet: DD, D3 and 8E. RGB value is (221,211,142). Sum of RGB (Red+Green+Blue) = 221+211+142=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38E is #222C71. Grayscale: #CECECE. Windows color (decimal): -2239602 or 9360349. OLE color: 9360349.

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

Color convert

RGB 221 211 142 -
CMYK 0 0.05 0.36 0.13
HSL 52.41º 0.54% 0.71% -
HSV(B) 52.41º 0.36% 0.87% -
XYZ 58 63.91 34.87 -
YUV 206.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 221 211 142 0 0.05 0.36 0.13 52.41 0.54 0.71
Hex DD D3 8E 0 5 24 D 34 36 47
Octal 335 323 216 0 5 44 15 64 66 107
Binary 11011101 11010011 10001110 0 101 100100 1101 110100 110110 1000111

Color Harmonies of #DDD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD38E

Black with #DDD38E

Text Example


Text Example

White with #DDD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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