Html Css Color HEX #DCC982 Sandwisp

📋 copy color: '#DCC982'

red 220 ◦ green 201 ◦ blue 130

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

Shades of Sandwisp #DCC982

Tints of Sandwisp #DCC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

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

R = 39.93%
G = 36.48%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCC982 (or 0xDCC982) is known color: Sandwisp. HEX triplet: DC, C9 and 82. RGB value is (220,201,130). Sum of RGB (Red+Green+Blue) = 220+201+130=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC982 is #23367D. Grayscale: #C6C6C6. Windows color (decimal): -2307710 or 8571356. OLE color: 8571356.

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

Color convert

RGB 220 201 130 -
CMYK 0 0.09 0.41 0.14
HSL 47.33º 0.56% 0.69% -
HSV(B) 47.33º 0.41% 0.86% -
XYZ 54.43 58.6 29.56 -
YUV 198.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 220 201 130 0 0.09 0.41 0.14 47.33 0.56 0.69
Hex DC C9 82 0 9 29 E 2F 38 45
Octal 334 311 202 0 11 51 16 57 70 105
Binary 11011100 11001001 10000010 0 1001 101001 1110 101111 111000 1000101

Color Harmonies of #DCC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC982

Black with #DCC982

Text Example


Text Example

White with #DCC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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