Html Css Color HEX #DDDD88 Primrose

📋 copy color: '#DDDD88'

red 221 ◦ green 221 ◦ blue 136

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

Shades of Primrose #DDDD88

Tints of Primrose #DDDD88

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.24%

 BLUE value IS 136 (53.52% from 255) = 23.53%

R = 38.24%
G = 38.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDDD88 (or 0xDDDD88) is known color: Primrose. HEX triplet: DD, DD and 88. RGB value is (221,221,136). Sum of RGB (Red+Green+Blue) = 221+221+136=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD88 is #222277. Grayscale: #D3D3D3. Windows color (decimal): -2237048 or 8969693. OLE color: 8969693.

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

Color convert

RGB 221 221 136 -
CMYK 0 0 0.38 0.13
HSL 60º 0.56% 0.7% -
HSV(B) 60º 0.38% 0.87% -
XYZ 60.12 68.86 33.42 -
YUV 211.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 221 221 136 0 0 0.38 0.13 60 0.56 0.7
Hex DD DD 88 0 0 26 D 3C 38 46
Octal 335 335 210 0 0 46 15 74 70 106
Binary 11011101 11011101 10001000 0 0 100110 1101 111100 111000 1000110

Color Harmonies of #DDDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD88

Black with #DDDD88

Text Example


Text Example

White with #DDDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD88; }

 p { color: rgb(221,221,136); }

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

background-color css

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

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

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

border-color css

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

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

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