Html Css Color HEX #DDD78F Primrose

📋 copy color: '#DDD78F'

red 221 ◦ green 215 ◦ blue 143

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

Shades of Primrose #DDD78F

Tints of Primrose #DDD78F

RGB

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

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

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

R = 38.17%
G = 37.13%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD78F (or 0xDDD78F) is known color: Primrose. HEX triplet: DD, D7 and 8F. RGB value is (221,215,143). Sum of RGB (Red+Green+Blue) = 221+215+143=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78F is #222870. Grayscale: #D0D0D0. Windows color (decimal): -2238577 or 9426909. OLE color: 9426909.

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

Color convert

RGB 221 215 143 -
CMYK 0 0.03 0.35 0.13
HSL 55.38º 0.53% 0.71% -
HSV(B) 55.38º 0.35% 0.87% -
XYZ 59.08 65.96 35.6 -
YUV 208.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 221 215 143 0 0.03 0.35 0.13 55.38 0.53 0.71
Hex DD D7 8F 0 3 23 D 37 35 47
Octal 335 327 217 0 3 43 15 67 65 107
Binary 11011101 11010111 10001111 0 11 100011 1101 110111 110101 1000111

Color Harmonies of #DDD78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD78F

Black with #DDD78F

Text Example


Text Example

White with #DDD78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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