Html Css Color HEX #DDD58D Primrose

📋 copy color: '#DDD58D'

red 221 ◦ green 213 ◦ blue 141

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

Shades of Primrose #DDD58D

Tints of Primrose #DDD58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.04%

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 38.43%
G = 37.04%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD58D (or 0xDDD58D) is known color: Primrose. HEX triplet: DD, D5 and 8D. RGB value is (221,213,141). Sum of RGB (Red+Green+Blue) = 221+213+141=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58D is #222A72. Grayscale: #CFCFCF. Windows color (decimal): -2239091 or 9295325. OLE color: 9295325.

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

Color convert

RGB 221 213 141 -
CMYK 0 0.04 0.36 0.13
HSL 54º 0.54% 0.71% -
HSV(B) 54º 0.36% 0.87% -
XYZ 58.42 64.88 34.64 -
YUV 207.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 221 213 141 0 0.04 0.36 0.13 54 0.54 0.71
Hex DD D5 8D 0 4 24 D 36 36 47
Octal 335 325 215 0 4 44 15 66 66 107
Binary 11011101 11010101 10001101 0 100 100100 1101 110110 110110 1000111

Color Harmonies of #DDD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD58D

Black with #DDD58D

Text Example


Text Example

White with #DDD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD58D; }

 p { color: rgb(221,213,141); }

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

background-color css

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

 a { background-color: rgb(221,213,141); }

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

border-color css

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

 span { border-color: rgb(221,213,141); }

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