Html Css Color HEX #C98734 Dixie

📋 copy color: '#C98734'

red 201 ◦ green 135 ◦ blue 52

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

Shades of Dixie #C98734

Tints of Dixie #C98734

RGB

 RED value IS 201 (78.91% from 255) = 51.8%

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

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 51.8%
G = 34.79%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98734 (or 0xC98734) is known color: Dixie. HEX triplet: C9, 87 and 34. RGB value is (201,135,52). Sum of RGB (Red+Green+Blue) = 201+135+52=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C98734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98734 is #3678CB. Grayscale: #919191. Windows color (decimal): -3569868 or 3442633. OLE color: 3442633.

HSL color Cylindrical-coordinate representation of color #C98734: hue angle of 33.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98734 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 52 -
CMYK 0 0.33 0.74 0.21
HSL 33.42º 0.59% 0.5% -
HSV(B) 33.42º 0.74% 0.79% -
XYZ 33.37 29.99 7.28 -
YUV 145.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 201 135 52 0 0.33 0.74 0.21 33.42 0.59 0.5
Hex C9 87 34 0 21 4A 15 21 3B 32
Octal 311 207 64 0 41 112 25 41 73 62
Binary 11001001 10000111 110100 0 100001 1001010 10101 100001 111011 110010

Color Harmonies of #C98734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98734

Black with #C98734

Text Example


Text Example

White with #C98734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98734; }

 p { color: rgb(201,135,52); }

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

background-color css

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

 a { background-color: rgb(201,135,52); }

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

border-color css

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

 span { border-color: rgb(201,135,52); }

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