Html Css Color HEX #CD8828 Dixie

📋 copy color: '#CD8828'

red 205 ◦ green 136 ◦ blue 40

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

Shades of Dixie #CD8828

Tints of Dixie #CD8828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 53.81%
G = 35.7%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD8828 (or 0xCD8828) is known color: Dixie. HEX triplet: CD, 88 and 28. RGB value is (205,136,40). Sum of RGB (Red+Green+Blue) = 205+136+40=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8828 is #3277D7. Grayscale: #929292. Windows color (decimal): -3307480 or 2656461. OLE color: 2656461.

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

Color convert

RGB 205 136 40 -
CMYK 0 0.34 0.80 0.20
HSL 34.91º 0.67% 0.48% -
HSV(B) 34.91º 0.8% 0.8% -
XYZ 34.36 30.74 6.13 -
YUV 145.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 205 136 40 0 0.34 0.80 0.20 34.91 0.67 0.48
Hex CD 88 28 0 22 50 14 23 43 30
Octal 315 210 50 0 42 120 24 43 103 60
Binary 11001101 10001000 101000 0 100010 1010000 10100 100011 1000011 110000

Color Harmonies of #CD8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8828

Black with #CD8828

Text Example


Text Example

White with #CD8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8828; }

 p { color: rgb(205,136,40); }

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

background-color css

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

 a { background-color: rgb(205,136,40); }

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

border-color css

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

 span { border-color: rgb(205,136,40); }

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