Html Css Color HEX #CF8432 Dixie

📋 copy color: '#CF8432'

red 207 ◦ green 132 ◦ blue 50

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

Shades of Dixie #CF8432

Tints of Dixie #CF8432

RGB

 RED value IS 207 (81.25% from 255) = 53.21%

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 53.21%
G = 33.93%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8432 (or 0xCF8432) is known color: Dixie. HEX triplet: CF, 84 and 32. RGB value is (207,132,50). Sum of RGB (Red+Green+Blue) = 207+132+50=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8432 is #307BCD. Grayscale: #919191. Windows color (decimal): -3177422 or 3310799. OLE color: 3310799.

HSL color Cylindrical-coordinate representation of color #CF8432: hue angle of 31.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8432 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 50 -
CMYK 0 0.36 0.76 0.19
HSL 31.34º 0.62% 0.5% -
HSV(B) 31.34º 0.76% 0.81% -
XYZ 34.56 30 6.99 -
YUV 145.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 207 132 50 0 0.36 0.76 0.19 31.34 0.62 0.5
Hex CF 84 32 0 24 4C 13 1F 3E 32
Octal 317 204 62 0 44 114 23 37 76 62
Binary 11001111 10000100 110010 0 100100 1001100 10011 11111 111110 110010

Color Harmonies of #CF8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8432

Black with #CF8432

Text Example


Text Example

White with #CF8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8432; }

 p { color: rgb(207,132,50); }

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

background-color css

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

 a { background-color: rgb(207,132,50); }

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

border-color css

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

 span { border-color: rgb(207,132,50); }

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