Html Css Color HEX #CD892A Dixie

📋 copy color: '#CD892A'

red 205 ◦ green 137 ◦ blue 42

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

Shades of Dixie #CD892A

Tints of Dixie #CD892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 53.39%
G = 35.68%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD892A (or 0xCD892A) is known color: Dixie. HEX triplet: CD, 89 and 2A. RGB value is (205,137,42). Sum of RGB (Red+Green+Blue) = 205+137+42=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD892A is #3276D5. Grayscale: #929292. Windows color (decimal): -3307222 or 2787789. OLE color: 2787789.

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

Color convert

RGB 205 137 42 -
CMYK 0 0.33 0.80 0.20
HSL 34.97º 0.66% 0.48% -
HSV(B) 34.97º 0.8% 0.8% -
XYZ 34.54 31.04 6.36 -
YUV 146.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 205 137 42 0 0.33 0.80 0.20 34.97 0.66 0.48
Hex CD 89 2A 0 21 50 14 23 42 30
Octal 315 211 52 0 41 120 24 43 102 60
Binary 11001101 10001001 101010 0 100001 1010000 10100 100011 1000010 110000

Color Harmonies of #CD892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD892A

Black with #CD892A

Text Example


Text Example

White with #CD892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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