Html Css Color HEX #D5CC7D Sandwisp

📋 copy color: '#D5CC7D'

red 213 ◦ green 204 ◦ blue 125

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

Shades of Sandwisp #D5CC7D

Tints of Sandwisp #D5CC7D

RGB

 RED value IS 213 (83.59% from 255) = 39.3%

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

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

R = 39.3%
G = 37.64%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5CC7D (or 0xD5CC7D) is known color: Sandwisp. HEX triplet: D5, CC and 7D. RGB value is (213,204,125). Sum of RGB (Red+Green+Blue) = 213+204+125=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC7D is #2A3382. Grayscale: #C6C6C6. Windows color (decimal): -2765699 or 8244437. OLE color: 8244437.

HSL color Cylindrical-coordinate representation of color #D5CC7D: hue angle of 53.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CC7D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 125 -
CMYK 0 0.04 0.41 0.16
HSL 53.86º 0.51% 0.66% -
HSV(B) 53.86º 0.41% 0.84% -
XYZ 52.74 58.81 27.97 -
YUV 197.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 213 204 125 0 0.04 0.41 0.16 53.86 0.51 0.66
Hex D5 CC 7D 0 4 29 10 36 33 42
Octal 325 314 175 0 4 51 20 66 63 102
Binary 11010101 11001100 1111101 0 100 101001 10000 110110 110011 1000010

Color Harmonies of #D5CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC7D

Black with #D5CC7D

Text Example


Text Example

White with #D5CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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