Html Css Color HEX #CD892D Dixie

📋 copy color: '#CD892D'

red 205 ◦ green 137 ◦ blue 45

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

Shades of Dixie #CD892D

Tints of Dixie #CD892D

RGB

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

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

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

R = 52.97%
G = 35.4%
B = 11.63%

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

#CD892D (or 0xCD892D) is known color: Dixie. HEX triplet: CD, 89 and 2D. RGB value is (205,137,45). Sum of RGB (Red+Green+Blue) = 205+137+45=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD892D is #3276D2. Grayscale: #939393. Windows color (decimal): -3307219 or 2984397. OLE color: 2984397.

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

Color convert

RGB 205 137 45 -
CMYK 0 0.33 0.78 0.20
HSL 34.5º 0.64% 0.49% -
HSV(B) 34.5º 0.78% 0.8% -
XYZ 34.6 31.06 6.65 -
YUV 146.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 205 137 45 0 0.33 0.78 0.20 34.5 0.64 0.49
Hex CD 89 2D 0 21 4E 14 22 40 31
Octal 315 211 55 0 41 116 24 42 100 61
Binary 11001101 10001001 101101 0 100001 1001110 10100 100010 1000000 110001

Color Harmonies of #CD892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD892D

Black with #CD892D

Text Example


Text Example

White with #CD892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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