Html Css Color HEX #D8CC7D Sandwisp

📋 copy color: '#D8CC7D'

red 216 ◦ green 204 ◦ blue 125

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

Shades of Sandwisp #D8CC7D

Tints of Sandwisp #D8CC7D

RGB

 RED value IS 216 (84.77% from 255) = 39.63%

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

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

R = 39.63%
G = 37.43%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8CC7D (or 0xD8CC7D) is known color: Sandwisp. HEX triplet: D8, CC and 7D. RGB value is (216,204,125). Sum of RGB (Red+Green+Blue) = 216+204+125=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC7D is #273382. Grayscale: #C6C6C6. Windows color (decimal): -2569091 or 8244440. OLE color: 8244440.

HSL color Cylindrical-coordinate representation of color #D8CC7D: hue angle of 52.09º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8CC7D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 125 -
CMYK 0 0.06 0.42 0.15
HSL 52.09º 0.54% 0.67% -
HSV(B) 52.09º 0.42% 0.85% -
XYZ 53.61 59.27 28.02 -
YUV 198.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 216 204 125 0 0.06 0.42 0.15 52.09 0.54 0.67
Hex D8 CC 7D 0 6 2A F 34 36 43
Octal 330 314 175 0 6 52 17 64 66 103
Binary 11011000 11001100 1111101 0 110 101010 1111 110100 110110 1000011

Color Harmonies of #D8CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC7D

Black with #D8CC7D

Text Example


Text Example

White with #D8CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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