Html Css Color HEX #DDD88A Primrose

📋 copy color: '#DDD88A'

red 221 ◦ green 216 ◦ blue 138

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

Shades of Primrose #DDD88A

Tints of Primrose #DDD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 38.43%
G = 37.57%
B = 24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD88A (or 0xDDD88A) is known color: Primrose. HEX triplet: DD, D8 and 8A. RGB value is (221,216,138). Sum of RGB (Red+Green+Blue) = 221+216+138=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88A is #222775. Grayscale: #D0D0D0. Windows color (decimal): -2238326 or 9099485. OLE color: 9099485.

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

Color convert

RGB 221 216 138 -
CMYK 0 0.02 0.38 0.13
HSL 56.39º 0.55% 0.7% -
HSV(B) 56.39º 0.38% 0.87% -
XYZ 58.96 66.32 33.74 -
YUV 208.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 221 216 138 0 0.02 0.38 0.13 56.39 0.55 0.7
Hex DD D8 8A 0 2 26 D 38 37 46
Octal 335 330 212 0 2 46 15 70 67 106
Binary 11011101 11011000 10001010 0 10 100110 1101 111000 110111 1000110

Color Harmonies of #DDD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD88A

Black with #DDD88A

Text Example


Text Example

White with #DDD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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