Html Css Color HEX #D5CD7F Sandwisp

📋 copy color: '#D5CD7F'

red 213 ◦ green 205 ◦ blue 127

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

Shades of Sandwisp #D5CD7F

Tints of Sandwisp #D5CD7F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

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

R = 39.08%
G = 37.61%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5CD7F (or 0xD5CD7F) is known color: Sandwisp. HEX triplet: D5, CD and 7F. RGB value is (213,205,127). Sum of RGB (Red+Green+Blue) = 213+205+127=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD7F is #2A3280. Grayscale: #C6C6C6. Windows color (decimal): -2765441 or 8375765. OLE color: 8375765.

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

Color convert

RGB 213 205 127 -
CMYK 0 0.04 0.40 0.16
HSL 54.42º 0.51% 0.67% -
HSV(B) 54.42º 0.4% 0.84% -
XYZ 53.1 59.34 28.73 -
YUV 198.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 213 205 127 0 0.04 0.40 0.16 54.42 0.51 0.67
Hex D5 CD 7F 0 4 28 10 36 33 43
Octal 325 315 177 0 4 50 20 66 63 103
Binary 11010101 11001101 1111111 0 100 101000 10000 110110 110011 1000011

Color Harmonies of #D5CD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD7F

Black with #D5CD7F

Text Example


Text Example

White with #D5CD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD7F; }

 p { color: rgb(213,205,127); }

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

background-color css

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

 a { background-color: rgb(213,205,127); }

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

border-color css

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

 span { border-color: rgb(213,205,127); }

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