Html Css Color HEX #DDDB83 Primrose

📋 copy color: '#DDDB83'

red 221 ◦ green 219 ◦ blue 131

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

Shades of Primrose #DDDB83

Tints of Primrose #DDDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 38.7%
G = 38.35%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDDB83 (or 0xDDDB83) is known color: Primrose. HEX triplet: DD, DB and 83. RGB value is (221,219,131). Sum of RGB (Red+Green+Blue) = 221+219+131=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB83 is #22247C. Grayscale: #D1D1D1. Windows color (decimal): -2237565 or 8641501. OLE color: 8641501.

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

Color convert

RGB 221 219 131 -
CMYK 0 0.01 0.41 0.13
HSL 58.67º 0.57% 0.69% -
HSV(B) 58.67º 0.41% 0.87% -
XYZ 59.25 67.67 31.41 -
YUV 209.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 221 219 131 0 0.01 0.41 0.13 58.67 0.57 0.69
Hex DD DB 83 0 1 29 D 3B 39 45
Octal 335 333 203 0 1 51 15 73 71 105
Binary 11011101 11011011 10000011 0 1 101001 1101 111011 111001 1000101

Color Harmonies of #DDDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB83

Black with #DDDB83

Text Example


Text Example

White with #DDDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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