Html Css Color HEX #DFCC7D Sandwisp

📋 copy color: '#DFCC7D'

red 223 ◦ green 204 ◦ blue 125

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

Shades of Sandwisp #DFCC7D

Tints of Sandwisp #DFCC7D

RGB

 RED value IS 223 (87.5% from 255) = 40.4%

 GREEN value IS 204 (80.08% from 255) = 36.96%

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

R = 40.4%
G = 36.96%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFCC7D (or 0xDFCC7D) is known color: Sandwisp. HEX triplet: DF, CC and 7D. RGB value is (223,204,125). Sum of RGB (Red+Green+Blue) = 223+204+125=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC7D is #203382. Grayscale: #C9C9C9. Windows color (decimal): -2110339 or 8244447. OLE color: 8244447.

HSL color Cylindrical-coordinate representation of color #DFCC7D: hue angle of 48.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFCC7D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 125 -
CMYK 0 0.09 0.44 0.13
HSL 48.37º 0.6% 0.68% -
HSV(B) 48.37º 0.44% 0.87% -
XYZ 55.73 60.35 28.11 -
YUV 200.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 223 204 125 0 0.09 0.44 0.13 48.37 0.6 0.68
Hex DF CC 7D 0 9 2C D 30 3C 44
Octal 337 314 175 0 11 54 15 60 74 104
Binary 11011111 11001100 1111101 0 1001 101100 1101 110000 111100 1000100

Color Harmonies of #DFCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC7D

Black with #DFCC7D

Text Example


Text Example

White with #DFCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC7D; }

 p { color: rgb(223,204,125); }

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

background-color css

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

 a { background-color: rgb(223,204,125); }

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

border-color css

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

 span { border-color: rgb(223,204,125); }

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