Html Css Color HEX #CD8631 Dixie

📋 copy color: '#CD8631'

red 205 ◦ green 134 ◦ blue 49

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

Shades of Dixie #CD8631

Tints of Dixie #CD8631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.63%

R = 52.84%
G = 34.54%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD8631 (or 0xCD8631) is known color: Dixie. HEX triplet: CD, 86 and 31. RGB value is (205,134,49). Sum of RGB (Red+Green+Blue) = 205+134+49=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8631 is #3279CE. Grayscale: #919191. Windows color (decimal): -3307983 or 3245773. OLE color: 3245773.

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

Color convert

RGB 205 134 49 -
CMYK 0 0.35 0.76 0.20
HSL 32.69º 0.61% 0.5% -
HSV(B) 32.69º 0.76% 0.8% -
XYZ 34.26 30.25 6.94 -
YUV 145.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 205 134 49 0 0.35 0.76 0.20 32.69 0.61 0.5
Hex CD 86 31 0 23 4C 14 21 3D 32
Octal 315 206 61 0 43 114 24 41 75 62
Binary 11001101 10000110 110001 0 100011 1001100 10100 100001 111101 110010

Color Harmonies of #CD8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8631

Black with #CD8631

Text Example


Text Example

White with #CD8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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