Html Css Color HEX #DDDA93 Primrose

📋 copy color: '#DDDA93'

red 221 ◦ green 218 ◦ blue 147

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

Shades of Primrose #DDDA93

Tints of Primrose #DDDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.2%

 BLUE value IS 147 (57.81% from 255) = 25.09%

R = 37.71%
G = 37.2%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDDA93 (or 0xDDDA93) is known color: Primrose. HEX triplet: DD, DA and 93. RGB value is (221,218,147). Sum of RGB (Red+Green+Blue) = 221+218+147=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA93 is #22256C. Grayscale: #D3D3D3. Windows color (decimal): -2237805 or 9689821. OLE color: 9689821.

HSL color Cylindrical-coordinate representation of color #DDDA93: hue angle of 57.57º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDA93 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 147 -
CMYK 0 0.01 0.33 0.13
HSL 57.57º 0.52% 0.72% -
HSV(B) 57.57º 0.33% 0.87% -
XYZ 60.16 67.62 37.49 -
YUV 210.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 221 218 147 0 0.01 0.33 0.13 57.57 0.52 0.72
Hex DD DA 93 0 1 21 D 3A 34 48
Octal 335 332 223 0 1 41 15 72 64 110
Binary 11011101 11011010 10010011 0 1 100001 1101 111010 110100 1001000

Color Harmonies of #DDDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA93

Black with #DDDA93

Text Example


Text Example

White with #DDDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA93; }

 p { color: rgb(221,218,147); }

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

background-color css

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

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

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

border-color css

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

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

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