Html Css Color HEX #C88533 Dixie

📋 copy color: '#C88533'

red 200 ◦ green 133 ◦ blue 51

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

Shades of Dixie #C88533

Tints of Dixie #C88533

RGB

 RED value IS 200 (78.52% from 255) = 52.08%

 GREEN value IS 133 (52.34% from 255) = 34.64%

 BLUE value IS 51 (20.31% from 255) = 13.28%

R = 52.08%
G = 34.64%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C88533 (or 0xC88533) is known color: Dixie. HEX triplet: C8, 85 and 33. RGB value is (200,133,51). Sum of RGB (Red+Green+Blue) = 200+133+51=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88533 is #377ACC. Grayscale: #909090. Windows color (decimal): -3635917 or 3376584. OLE color: 3376584.

HSL color Cylindrical-coordinate representation of color #C88533: hue angle of 33.02º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C88533 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 51 -
CMYK 0 0.34 0.74 0.22
HSL 33.02º 0.59% 0.49% -
HSV(B) 33.02º 0.75% 0.78% -
XYZ 32.8 29.29 7.06 -
YUV 143.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 200 133 51 0 0.34 0.74 0.22 33.02 0.59 0.49
Hex C8 85 33 0 22 4A 16 21 3B 31
Octal 310 205 63 0 42 112 26 41 73 61
Binary 11001000 10000101 110011 0 100010 1001010 10110 100001 111011 110001

Color Harmonies of #C88533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88533

Black with #C88533

Text Example


Text Example

White with #C88533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88533; }

 p { color: rgb(200,133,51); }

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

background-color css

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

 a { background-color: rgb(200,133,51); }

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

border-color css

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

 span { border-color: rgb(200,133,51); }

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