Html Css Color HEX #DCC97A Sandwisp

📋 copy color: '#DCC97A'

red 220 ◦ green 201 ◦ blue 122

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

Shades of Sandwisp #DCC97A

Tints of Sandwisp #DCC97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 40.52%
G = 37.02%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC97A (or 0xDCC97A) is known color: Sandwisp. HEX triplet: DC, C9 and 7A. RGB value is (220,201,122). Sum of RGB (Red+Green+Blue) = 220+201+122=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97A is #233685. Grayscale: #C6C6C6. Windows color (decimal): -2307718 or 8047068. OLE color: 8047068.

HSL color Cylindrical-coordinate representation of color #DCC97A: hue angle of 48.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC97A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 122 -
CMYK 0 0.09 0.45 0.14
HSL 48.37º 0.58% 0.67% -
HSV(B) 48.37º 0.45% 0.86% -
XYZ 53.91 58.39 26.84 -
YUV 197.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 220 201 122 0 0.09 0.45 0.14 48.37 0.58 0.67
Hex DC C9 7A 0 9 2D E 30 3A 43
Octal 334 311 172 0 11 55 16 60 72 103
Binary 11011100 11001001 1111010 0 1001 101101 1110 110000 111010 1000011

Color Harmonies of #DCC97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC97A

Black with #DCC97A

Text Example


Text Example

White with #DCC97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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