Html Css Color HEX #DCC984 Sandwisp

📋 copy color: '#DCC984'

red 220 ◦ green 201 ◦ blue 132

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

Shades of Sandwisp #DCC984

Tints of Sandwisp #DCC984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.87%

R = 39.78%
G = 36.35%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCC984 (or 0xDCC984) is known color: Sandwisp. HEX triplet: DC, C9 and 84. RGB value is (220,201,132). Sum of RGB (Red+Green+Blue) = 220+201+132=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC984 is #23367B. Grayscale: #C7C7C7. Windows color (decimal): -2307708 or 8702428. OLE color: 8702428.

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

Color convert

RGB 220 201 132 -
CMYK 0 0.09 0.40 0.14
HSL 47.05º 0.56% 0.69% -
HSV(B) 47.05º 0.4% 0.86% -
XYZ 54.57 58.65 30.28 -
YUV 198.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 220 201 132 0 0.09 0.40 0.14 47.05 0.56 0.69
Hex DC C9 84 0 9 28 E 2F 38 45
Octal 334 311 204 0 11 50 16 57 70 105
Binary 11011100 11001001 10000100 0 1001 101000 1110 101111 111000 1000101

Color Harmonies of #DCC984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC984

Black with #DCC984

Text Example


Text Example

White with #DCC984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC984; }

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

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

background-color css

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

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

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

border-color css

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

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

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