Html Css Color HEX #DDD982 Primrose

📋 copy color: '#DDD982'

red 221 ◦ green 217 ◦ blue 130

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

Shades of Primrose #DDD982

Tints of Primrose #DDD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

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

R = 38.91%
G = 38.2%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD982 (or 0xDDD982) is known color: Primrose. HEX triplet: DD, D9 and 82. RGB value is (221,217,130). Sum of RGB (Red+Green+Blue) = 221+217+130=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD982 is #22267D. Grayscale: #D0D0D0. Windows color (decimal): -2238078 or 8575453. OLE color: 8575453.

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

Color convert

RGB 221 217 130 -
CMYK 0 0.02 0.41 0.13
HSL 57.36º 0.57% 0.69% -
HSV(B) 57.36º 0.41% 0.87% -
XYZ 58.66 66.61 30.88 -
YUV 208.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 221 217 130 0 0.02 0.41 0.13 57.36 0.57 0.69
Hex DD D9 82 0 2 29 D 39 39 45
Octal 335 331 202 0 2 51 15 71 71 105
Binary 11011101 11011001 10000010 0 10 101001 1101 111001 111001 1000101

Color Harmonies of #DDD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD982

Black with #DDD982

Text Example


Text Example

White with #DDD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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