Html Css Color HEX #DDD38F Primrose

📋 copy color: '#DDD38F'

red 221 ◦ green 211 ◦ blue 143

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

Shades of Primrose #DDD38F

Tints of Primrose #DDD38F

RGB

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

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

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

R = 38.43%
G = 36.7%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD38F (or 0xDDD38F) is known color: Primrose. HEX triplet: DD, D3 and 8F. RGB value is (221,211,143). Sum of RGB (Red+Green+Blue) = 221+211+143=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38F is #222C70. Grayscale: #CECECE. Windows color (decimal): -2239601 or 9425885. OLE color: 9425885.

HSL color Cylindrical-coordinate representation of color #DDD38F: hue angle of 52.31º 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 #DDD38F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 143 -
CMYK 0 0.05 0.35 0.13
HSL 52.31º 0.53% 0.71% -
HSV(B) 52.31º 0.35% 0.87% -
XYZ 58.07 63.94 35.27 -
YUV 206.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 221 211 143 0 0.05 0.35 0.13 52.31 0.53 0.71
Hex DD D3 8F 0 5 23 D 34 35 47
Octal 335 323 217 0 5 43 15 64 65 107
Binary 11011101 11010011 10001111 0 101 100011 1101 110100 110101 1000111

Color Harmonies of #DDD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD38F

Black with #DDD38F

Text Example


Text Example

White with #DDD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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