Html Css Color HEX #CD8430 Dixie

📋 copy color: '#CD8430'

red 205 ◦ green 132 ◦ blue 48

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

Shades of Dixie #CD8430

Tints of Dixie #CD8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 53.25%
G = 34.29%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD8430 (or 0xCD8430) is known color: Dixie. HEX triplet: CD, 84 and 30. RGB value is (205,132,48). Sum of RGB (Red+Green+Blue) = 205+132+48=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8430 is #327BCF. Grayscale: #909090. Windows color (decimal): -3308496 or 3179725. OLE color: 3179725.

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

Color convert

RGB 205 132 48 -
CMYK 0 0.36 0.77 0.20
HSL 32.1º 0.62% 0.5% -
HSV(B) 32.1º 0.77% 0.8% -
XYZ 33.96 29.7 6.74 -
YUV 144.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 205 132 48 0 0.36 0.77 0.20 32.1 0.62 0.5
Hex CD 84 30 0 24 4D 14 20 3E 32
Octal 315 204 60 0 44 115 24 40 76 62
Binary 11001101 10000100 110000 0 100100 1001101 10100 100000 111110 110010

Color Harmonies of #CD8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8430

Black with #CD8430

Text Example


Text Example

White with #CD8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8430; }

 p { color: rgb(205,132,48); }

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

background-color css

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

 a { background-color: rgb(205,132,48); }

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

border-color css

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

 span { border-color: rgb(205,132,48); }

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