Html Css Color HEX #DDDB82 Primrose

📋 copy color: '#DDDB82'

red 221 ◦ green 219 ◦ blue 130

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

Shades of Primrose #DDDB82

Tints of Primrose #DDDB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 38.77%
G = 38.42%
B = 22.81%

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

#DDDB82 (or 0xDDDB82) is known color: Primrose. HEX triplet: DD, DB and 82. RGB value is (221,219,130). Sum of RGB (Red+Green+Blue) = 221+219+130=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB82 is #22247D. Grayscale: #D1D1D1. Windows color (decimal): -2237566 or 8575965. OLE color: 8575965.

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

Color convert

RGB 221 219 130 -
CMYK 0 0.01 0.41 0.13
HSL 58.68º 0.57% 0.69% -
HSV(B) 58.68º 0.41% 0.87% -
XYZ 59.18 67.65 31.06 -
YUV 209.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 221 219 130 0 0.01 0.41 0.13 58.68 0.57 0.69
Hex DD DB 82 0 1 29 D 3B 39 45
Octal 335 333 202 0 1 51 15 73 71 105
Binary 11011101 11011011 10000010 0 1 101001 1101 111011 111001 1000101

Color Harmonies of #DDDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB82

Black with #DDDB82

Text Example


Text Example

White with #DDDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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