Html Css Color HEX #DCD982 Primrose

📋 copy color: '#DCD982'

red 220 ◦ green 217 ◦ blue 130

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

Shades of Primrose #DCD982

Tints of Primrose #DCD982

RGB

 RED value IS 220 (86.33% from 255) = 38.8%

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

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

R = 38.8%
G = 38.27%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCD982 (or 0xDCD982) is known color: Primrose. HEX triplet: DC, D9 and 82. RGB value is (220,217,130). Sum of RGB (Red+Green+Blue) = 220+217+130=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD982 is #23267D. Grayscale: #D0D0D0. Windows color (decimal): -2303614 or 8575452. OLE color: 8575452.

HSL color Cylindrical-coordinate representation of color #DCD982: hue angle of 58º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCD982 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 130 -
CMYK 0 0.01 0.41 0.14
HSL 58º 0.56% 0.69% -
HSV(B) 58º 0.41% 0.86% -
XYZ 58.36 66.45 30.87 -
YUV 207.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 220 217 130 0 0.01 0.41 0.14 58 0.56 0.69
Hex DC D9 82 0 1 29 E 3A 38 45
Octal 334 331 202 0 1 51 16 72 70 105
Binary 11011100 11011001 10000010 0 1 101001 1110 111010 111000 1000101

Color Harmonies of #DCD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD982

Black with #DCD982

Text Example


Text Example

White with #DCD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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