Html Css Color HEX #DCC77A Sandwisp

📋 copy color: '#DCC77A'

red 220 ◦ green 199 ◦ blue 122

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

Shades of Sandwisp #DCC77A

Tints of Sandwisp #DCC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 40.67%
G = 36.78%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC77A (or 0xDCC77A) is known color: Sandwisp. HEX triplet: DC, C7 and 7A. RGB value is (220,199,122). Sum of RGB (Red+Green+Blue) = 220+199+122=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77A is #233885. Grayscale: #C4C4C4. Windows color (decimal): -2308230 or 8046556. OLE color: 8046556.

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

Color convert

RGB 220 199 122 -
CMYK 0 0.10 0.45 0.14
HSL 47.14º 0.58% 0.67% -
HSV(B) 47.14º 0.45% 0.86% -
XYZ 53.45 57.47 26.69 -
YUV 196.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 220 199 122 0 0.10 0.45 0.14 47.14 0.58 0.67
Hex DC C7 7A 0 A 2D E 2F 3A 43
Octal 334 307 172 0 12 55 16 57 72 103
Binary 11011100 11000111 1111010 0 1010 101101 1110 101111 111010 1000011

Color Harmonies of #DCC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC77A

Black with #DCC77A

Text Example


Text Example

White with #DCC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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