Html Css Color HEX #CD8227 Dixie

📋 copy color: '#CD8227'

red 205 ◦ green 130 ◦ blue 39

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

Shades of Dixie #CD8227

Tints of Dixie #CD8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 54.81%
G = 34.76%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD8227 (or 0xCD8227) is known color: Dixie. HEX triplet: CD, 82 and 27. RGB value is (205,130,39). Sum of RGB (Red+Green+Blue) = 205+130+39=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8227 is #327DD8. Grayscale: #8E8E8E. Windows color (decimal): -3309017 or 2589389. OLE color: 2589389.

HSL color Cylindrical-coordinate representation of color #CD8227: hue angle of 32.89º degrees, saturation: 0.68, 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 #CD8227 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 39 -
CMYK 0 0.37 0.81 0.20
HSL 32.89º 0.68% 0.48% -
HSV(B) 32.89º 0.81% 0.8% -
XYZ 33.53 29.09 5.77 -
YUV 142.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 205 130 39 0 0.37 0.81 0.20 32.89 0.68 0.48
Hex CD 82 27 0 25 51 14 21 44 30
Octal 315 202 47 0 45 121 24 41 104 60
Binary 11001101 10000010 100111 0 100101 1010001 10100 100001 1000100 110000

Color Harmonies of #CD8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8227

Black with #CD8227

Text Example


Text Example

White with #CD8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8227; }

 p { color: rgb(205,130,39); }

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

background-color css

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

 a { background-color: rgb(205,130,39); }

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

border-color css

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

 span { border-color: rgb(205,130,39); }

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