Html Css Color HEX #D5CD7B Sandwisp

📋 copy color: '#D5CD7B'

red 213 ◦ green 205 ◦ blue 123

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

Shades of Sandwisp #D5CD7B

Tints of Sandwisp #D5CD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.74%

R = 39.37%
G = 37.89%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5CD7B (or 0xD5CD7B) is known color: Sandwisp. HEX triplet: D5, CD and 7B. RGB value is (213,205,123). Sum of RGB (Red+Green+Blue) = 213+205+123=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD7B is #2A3284. Grayscale: #C6C6C6. Windows color (decimal): -2765445 or 8113621. OLE color: 8113621.

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

Color convert

RGB 213 205 123 -
CMYK 0 0.04 0.42 0.16
HSL 54.67º 0.52% 0.66% -
HSV(B) 54.67º 0.42% 0.84% -
XYZ 52.85 59.24 27.39 -
YUV 198.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 213 205 123 0 0.04 0.42 0.16 54.67 0.52 0.66
Hex D5 CD 7B 0 4 2A 10 37 34 42
Octal 325 315 173 0 4 52 20 67 64 102
Binary 11010101 11001101 1111011 0 100 101010 10000 110111 110100 1000010

Color Harmonies of #D5CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD7B

Black with #D5CD7B

Text Example


Text Example

White with #D5CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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