Html Css Color HEX #DDD78A Primrose

📋 copy color: '#DDD78A'

red 221 ◦ green 215 ◦ blue 138

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

Shades of Primrose #DDD78A

Tints of Primrose #DDD78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 38.5%
G = 37.46%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD78A (or 0xDDD78A) is known color: Primrose. HEX triplet: DD, D7 and 8A. RGB value is (221,215,138). Sum of RGB (Red+Green+Blue) = 221+215+138=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78A is #222875. Grayscale: #D0D0D0. Windows color (decimal): -2238582 or 9099229. OLE color: 9099229.

HSL color Cylindrical-coordinate representation of color #DDD78A: hue angle of 55.66º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD78A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 138 -
CMYK 0 0.03 0.38 0.13
HSL 55.66º 0.55% 0.7% -
HSV(B) 55.66º 0.38% 0.87% -
XYZ 58.71 65.81 33.65 -
YUV 208.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 221 215 138 0 0.03 0.38 0.13 55.66 0.55 0.7
Hex DD D7 8A 0 3 26 D 38 37 46
Octal 335 327 212 0 3 46 15 70 67 106
Binary 11011101 11010111 10001010 0 11 100110 1101 111000 110111 1000110

Color Harmonies of #DDD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD78A

Black with #DDD78A

Text Example


Text Example

White with #DDD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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