Html Css Color HEX #DCC87D Sandwisp

📋 copy color: '#DCC87D'

red 220 ◦ green 200 ◦ blue 125

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

Shades of Sandwisp #DCC87D

Tints of Sandwisp #DCC87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 40.37%
G = 36.7%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCC87D (or 0xDCC87D) is known color: Sandwisp. HEX triplet: DC, C8 and 7D. RGB value is (220,200,125). Sum of RGB (Red+Green+Blue) = 220+200+125=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC87D is #233782. Grayscale: #C5C5C5. Windows color (decimal): -2307971 or 8243420. OLE color: 8243420.

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

Color convert

RGB 220 200 125 -
CMYK 0 0.09 0.43 0.14
HSL 47.37º 0.58% 0.68% -
HSV(B) 47.37º 0.43% 0.86% -
XYZ 53.87 58 27.76 -
YUV 197.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 220 200 125 0 0.09 0.43 0.14 47.37 0.58 0.68
Hex DC C8 7D 0 9 2B E 2F 3A 44
Octal 334 310 175 0 11 53 16 57 72 104
Binary 11011100 11001000 1111101 0 1001 101011 1110 101111 111010 1000100

Color Harmonies of #DCC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC87D

Black with #DCC87D

Text Example


Text Example

White with #DCC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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