Html Css Color HEX #DCC77F Sandwisp

📋 copy color: '#DCC77F'

red 220 ◦ green 199 ◦ blue 127

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

Shades of Sandwisp #DCC77F

Tints of Sandwisp #DCC77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.26%

R = 40.29%
G = 36.45%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCC77F (or 0xDCC77F) is known color: Sandwisp. HEX triplet: DC, C7 and 7F. RGB value is (220,199,127). Sum of RGB (Red+Green+Blue) = 220+199+127=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77F is #233880. Grayscale: #C5C5C5. Windows color (decimal): -2308225 or 8374236. OLE color: 8374236.

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

Color convert

RGB 220 199 127 -
CMYK 0 0.10 0.42 0.14
HSL 46.45º 0.57% 0.68% -
HSV(B) 46.45º 0.42% 0.86% -
XYZ 53.77 57.59 28.36 -
YUV 197.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 220 199 127 0 0.10 0.42 0.14 46.45 0.57 0.68
Hex DC C7 7F 0 A 2A E 2E 39 44
Octal 334 307 177 0 12 52 16 56 71 104
Binary 11011100 11000111 1111111 0 1010 101010 1110 101110 111001 1000100

Color Harmonies of #DCC77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC77F

Black with #DCC77F

Text Example


Text Example

White with #DCC77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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