Html Css Color HEX #DCC77D Sandwisp

📋 copy color: '#DCC77D'

red 220 ◦ green 199 ◦ blue 125

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

Shades of Sandwisp #DCC77D

Tints of Sandwisp #DCC77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 40.44%
G = 36.58%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCC77D (or 0xDCC77D) is known color: Sandwisp. HEX triplet: DC, C7 and 7D. RGB value is (220,199,125). Sum of RGB (Red+Green+Blue) = 220+199+125=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77D is #233882. Grayscale: #C5C5C5. Windows color (decimal): -2308227 or 8243164. OLE color: 8243164.

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

Color convert

RGB 220 199 125 -
CMYK 0 0.10 0.43 0.14
HSL 46.74º 0.58% 0.68% -
HSV(B) 46.74º 0.43% 0.86% -
XYZ 53.64 57.54 27.68 -
YUV 196.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 220 199 125 0 0.10 0.43 0.14 46.74 0.58 0.68
Hex DC C7 7D 0 A 2B E 2F 3A 44
Octal 334 307 175 0 12 53 16 57 72 104
Binary 11011100 11000111 1111101 0 1010 101011 1110 101111 111010 1000100

Color Harmonies of #DCC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC77D

Black with #DCC77D

Text Example


Text Example

White with #DCC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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