Html Css Color HEX #CD866D Burning Sand

📋 copy color: '#CD866D'

red 205 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #CD866D

Tints of Burning Sand #CD866D

RGB

 RED value IS 205 (80.47% from 255) = 45.76%

 GREEN value IS 134 (52.73% from 255) = 29.91%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 45.76%
G = 29.91%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD866D (or 0xCD866D) is known color: Burning Sand. HEX triplet: CD, 86 and 6D. RGB value is (205,134,109). Sum of RGB (Red+Green+Blue) = 205+134+109=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD866D is #327992. Grayscale: #989898. Windows color (decimal): -3307923 or 7177933. OLE color: 7177933.

HSL color Cylindrical-coordinate representation of color #CD866D: hue angle of 15.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD866D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 134 109 -
CMYK 0 0.35 0.47 0.20
HSL 15.63º 0.49% 0.62% -
HSV(B) 15.63º 0.47% 0.8% -
XYZ 36.46 31.13 18.56 -
YUV 152.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 205 134 109 0 0.35 0.47 0.20 15.63 0.49 0.62
Hex CD 86 6D 0 23 2F 14 10 31 3E
Octal 315 206 155 0 43 57 24 20 61 76
Binary 11001101 10000110 1101101 0 100011 101111 10100 10000 110001 111110

Color Harmonies of #CD866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD866D

Black with #CD866D

Text Example


Text Example

White with #CD866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD866D; }

 p { color: rgb(205,134,109); }

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

background-color css

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

 a { background-color: rgb(205,134,109); }

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

border-color css

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

 span { border-color: rgb(205,134,109); }

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