Html Css Color HEX #CD892E Dixie

📋 copy color: '#CD892E'

red 205 ◦ green 137 ◦ blue 46

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

Shades of Dixie #CD892E

Tints of Dixie #CD892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 52.84%
G = 35.31%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD892E (or 0xCD892E) is known color: Dixie. HEX triplet: CD, 89 and 2E. RGB value is (205,137,46). Sum of RGB (Red+Green+Blue) = 205+137+46=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD892E is #3276D1. Grayscale: #939393. Windows color (decimal): -3307218 or 3049933. OLE color: 3049933.

HSL color Cylindrical-coordinate representation of color #CD892E: hue angle of 34.34º degrees, saturation: 0.63, 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 #CD892E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 46 -
CMYK 0 0.33 0.78 0.20
HSL 34.34º 0.63% 0.49% -
HSV(B) 34.34º 0.78% 0.8% -
XYZ 34.62 31.07 6.76 -
YUV 146.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 205 137 46 0 0.33 0.78 0.20 34.34 0.63 0.49
Hex CD 89 2E 0 21 4E 14 22 3F 31
Octal 315 211 56 0 41 116 24 42 77 61
Binary 11001101 10001001 101110 0 100001 1001110 10100 100010 111111 110001

Color Harmonies of #CD892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD892E

Black with #CD892E

Text Example


Text Example

White with #CD892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD892E; }

 p { color: rgb(205,137,46); }

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

background-color css

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

 a { background-color: rgb(205,137,46); }

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

border-color css

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

 span { border-color: rgb(205,137,46); }

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