Html Css Color HEX #DDD78D Primrose

📋 copy color: '#DDD78D'

red 221 ◦ green 215 ◦ blue 141

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

Shades of Primrose #DDD78D

Tints of Primrose #DDD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

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

R = 38.3%
G = 37.26%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD78D (or 0xDDD78D) is known color: Primrose. HEX triplet: DD, D7 and 8D. RGB value is (221,215,141). Sum of RGB (Red+Green+Blue) = 221+215+141=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78D is #222872. Grayscale: #D0D0D0. Windows color (decimal): -2238579 or 9295837. OLE color: 9295837.

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

Color convert

RGB 221 215 141 -
CMYK 0 0.03 0.36 0.13
HSL 55.5º 0.54% 0.71% -
HSV(B) 55.5º 0.36% 0.87% -
XYZ 58.93 65.9 34.81 -
YUV 208.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 221 215 141 0 0.03 0.36 0.13 55.5 0.54 0.71
Hex DD D7 8D 0 3 24 D 38 36 47
Octal 335 327 215 0 3 44 15 70 66 107
Binary 11011101 11010111 10001101 0 11 100100 1101 111000 110110 1000111

Color Harmonies of #DDD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD78D

Black with #DDD78D

Text Example


Text Example

White with #DDD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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