Html Css Color HEX #CD872D Dixie

📋 copy color: '#CD872D'

red 205 ◦ green 135 ◦ blue 45

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

Shades of Dixie #CD872D

Tints of Dixie #CD872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 53.25%
G = 35.06%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD872D (or 0xCD872D) is known color: Dixie. HEX triplet: CD, 87 and 2D. RGB value is (205,135,45). Sum of RGB (Red+Green+Blue) = 205+135+45=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD872D is #3278D2. Grayscale: #929292. Windows color (decimal): -3307731 or 2983885. OLE color: 2983885.

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

Color convert

RGB 205 135 45 -
CMYK 0 0.34 0.78 0.20
HSL 33.75º 0.64% 0.49% -
HSV(B) 33.75º 0.78% 0.8% -
XYZ 34.31 30.5 6.56 -
YUV 145.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 205 135 45 0 0.34 0.78 0.20 33.75 0.64 0.49
Hex CD 87 2D 0 22 4E 14 22 40 31
Octal 315 207 55 0 42 116 24 42 100 61
Binary 11001101 10000111 101101 0 100010 1001110 10100 100010 1000000 110001

Color Harmonies of #CD872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD872D

Black with #CD872D

Text Example


Text Example

White with #CD872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD872D; }

 p { color: rgb(205,135,45); }

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

background-color css

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

 a { background-color: rgb(205,135,45); }

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

border-color css

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

 span { border-color: rgb(205,135,45); }

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