Html Css Color HEX #DDDD83 Primrose

📋 copy color: '#DDDD83'

red 221 ◦ green 221 ◦ blue 131

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

Shades of Primrose #DDDD83

Tints of Primrose #DDDD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.86%

R = 38.57%
G = 38.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDDD83 (or 0xDDDD83) is known color: Primrose. HEX triplet: DD, DD and 83. RGB value is (221,221,131). Sum of RGB (Red+Green+Blue) = 221+221+131=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD83 is #22227C. Grayscale: #D3D3D3. Windows color (decimal): -2237053 or 8642013. OLE color: 8642013.

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

Color convert

RGB 221 221 131 -
CMYK 0 0 0.41 0.13
HSL 60º 0.57% 0.69% -
HSV(B) 60º 0.41% 0.87% -
XYZ 59.77 68.72 31.59 -
YUV 210.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 221 221 131 0 0 0.41 0.13 60 0.57 0.69
Hex DD DD 83 0 0 29 D 3C 39 45
Octal 335 335 203 0 0 51 15 74 71 105
Binary 11011101 11011101 10000011 0 0 101001 1101 111100 111001 1000101

Color Harmonies of #DDDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD83

Black with #DDDD83

Text Example


Text Example

White with #DDDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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