Html Css Color HEX #CD8326 Dixie

📋 copy color: '#CD8326'

red 205 ◦ green 131 ◦ blue 38

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

Shades of Dixie #CD8326

Tints of Dixie #CD8326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 54.81%
G = 35.03%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD8326 (or 0xCD8326) is known color: Dixie. HEX triplet: CD, 83 and 26. RGB value is (205,131,38). Sum of RGB (Red+Green+Blue) = 205+131+38=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8326 is #327CD9. Grayscale: #8E8E8E. Windows color (decimal): -3308762 or 2524109. OLE color: 2524109.

HSL color Cylindrical-coordinate representation of color #CD8326: hue angle of 33.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD8326 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 38 -
CMYK 0 0.36 0.81 0.20
HSL 33.41º 0.69% 0.48% -
HSV(B) 33.41º 0.81% 0.8% -
XYZ 33.64 29.35 5.73 -
YUV 142.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 205 131 38 0 0.36 0.81 0.20 33.41 0.69 0.48
Hex CD 83 26 0 24 51 14 21 45 30
Octal 315 203 46 0 44 121 24 41 105 60
Binary 11001101 10000011 100110 0 100100 1010001 10100 100001 1000101 110000

Color Harmonies of #CD8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8326

Black with #CD8326

Text Example


Text Example

White with #CD8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8326; }

 p { color: rgb(205,131,38); }

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

background-color css

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

 a { background-color: rgb(205,131,38); }

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

border-color css

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

 span { border-color: rgb(205,131,38); }

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