Html Css Color HEX #CD862D Dixie

📋 copy color: '#CD862D'

red 205 ◦ green 134 ◦ blue 45

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

Shades of Dixie #CD862D

Tints of Dixie #CD862D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 53.39%
G = 34.9%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD862D (or 0xCD862D) is known color: Dixie. HEX triplet: CD, 86 and 2D. RGB value is (205,134,45). Sum of RGB (Red+Green+Blue) = 205+134+45=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD862D is #3279D2. Grayscale: #919191. Windows color (decimal): -3307987 or 2983629. OLE color: 2983629.

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

Color convert

RGB 205 134 45 -
CMYK 0 0.35 0.78 0.20
HSL 33.38º 0.64% 0.49% -
HSV(B) 33.38º 0.78% 0.8% -
XYZ 34.18 30.22 6.51 -
YUV 145.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 205 134 45 0 0.35 0.78 0.20 33.38 0.64 0.49
Hex CD 86 2D 0 23 4E 14 21 40 31
Octal 315 206 55 0 43 116 24 41 100 61
Binary 11001101 10000110 101101 0 100011 1001110 10100 100001 1000000 110001

Color Harmonies of #CD862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD862D

Black with #CD862D

Text Example


Text Example

White with #CD862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD862D; }

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

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

background-color css

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

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

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

border-color css

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

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

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