Html Css Color HEX #DDDE85 Primrose

📋 copy color: '#DDDE85'

red 221 ◦ green 222 ◦ blue 133

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

Shades of Primrose #DDDE85

Tints of Primrose #DDDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.54%

 BLUE value IS 133 (52.34% from 255) = 23.09%

R = 38.37%
G = 38.54%
B = 23.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDDE85 (or 0xDDDE85) is known color: Primrose. HEX triplet: DD, DE and 85. RGB value is (221,222,133). Sum of RGB (Red+Green+Blue) = 221+222+133=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE85 is #22217A. Grayscale: #D3D3D3. Windows color (decimal): -2236795 or 8773341. OLE color: 8773341.

HSL color Cylindrical-coordinate representation of color #DDDE85: hue angle of 60.67º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDE85 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 133 -
CMYK 0.00 0 0.40 0.13
HSL 60.67º 0.57% 0.7% -
HSV(B) 60.67º 0.4% 0.87% -
XYZ 60.17 69.31 32.4 -
YUV 211.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 221 222 133 0.00 0 0.40 0.13 60.67 0.57 0.7
Hex DD DE 85 0 0 28 D 3D 39 46
Octal 335 336 205 0 0 50 15 75 71 106
Binary 11011101 11011110 10000101 0 0 101000 1101 111101 111001 1000110

Color Harmonies of #DDDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE85

Black with #DDDE85

Text Example


Text Example

White with #DDDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE85; }

 p { color: rgb(221,222,133); }

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

background-color css

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

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

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

border-color css

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

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

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